summaryrefslogtreecommitdiff
path: root/audio/squash/files/patch-include_global.h
blob: 70710f91a7ca6c3d1c53480084c00a6cd21f6a6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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>