freebsd-ports/audio/squash/files/patch-include_global.h
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

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>