freebsd-ports/audio/openal/files/patch-src-backends-alc_backend_esd.c
Oliver Lehmann c36bc8fc88 update to openal 20060211 [1]
fix dependant ports [2]

PR:		ports/96172 [1]
		ports/95192 [2]
Submitted by:	maintainer  [1]
		oliver      [2]
Approved by:	maintainer
2006-04-23 10:14:30 +00:00

10 lines
306 B
C

--- src/backends/alc_backend_esd.c.orig Sat Apr 22 21:06:15 2006
+++ src/backends/alc_backend_esd.c Sat Apr 22 21:05:33 2006
@@ -15,6 +15,7 @@
#include <string.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
+#include <sys/select.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>