pkgsrc - initial commit
[pkgsrc.git] / audio / alsa-plugins-pulse / patches / patch-ab
1 $NetBSD: patch-ab,v 1.2 2009/08/31 20:07:32 wiz Exp $
2
3 --- pulse/pulse.h.orig  2009-08-31 13:09:41.000000000 +0000
4 +++ pulse/pulse.h
5 @@ -46,3 +46,8 @@ int pulse_connect(snd_pulse_t * p, const
6  
7  void pulse_poll_activate(snd_pulse_t * p);
8  void pulse_poll_deactivate(snd_pulse_t * p);
9 +
10 +#include <errno.h>
11 +#ifndef EBADFD
12 +#define EBADFD EBADF
13 +#endif