freebsd-ports/audio/bristol/files/patch-bristol_bristol.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

14 lines
278 B
C

--- bristol/bristol.c.orig 2012-04-27 11:04:28 UTC
+++ bristol/bristol.c
@@ -27,7 +27,11 @@
#include <unistd.h>
#include <pthread.h>
#include <sys/types.h>
+#ifdef __FreeBSD__
+#include <sys/wait.h>
+#else
#include <wait.h>
+#endif
#if defined(linux)
#include <sched.h>