1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-10 22:09:22 -04:00
ports/audio/openal/files/patch-src_backends_alc__backend__esd.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

10 lines
280 B
C

--- src/backends/alc_backend_esd.c.orig 2006-01-12 18:12:11 UTC
+++ src/backends/alc_backend_esd.c
@@ -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>