opnsense-ports/audio/squash/files/patch-include_global.h
Franco Fichtner 6e79da282a */*: sync with upstream
Taken from: FreeBSD
2016-07-27 07:58:02 +02:00

11 lines
249 B
C

--- include/global.h.orig 2003-12-18 21:51:43 UTC
+++ include/global.h
@@ -57,7 +57,7 @@
#endif
#include <math.h>
#include <stdarg.h>
-#include <wait.h>
+#include <sys/wait.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>