]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
ippserver needs <sys/wait.h> for W macros.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 31 Jan 2013 16:06:14 +0000 (16:06 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 31 Jan 2013 16:06:14 +0000 (16:06 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10851 7a7537e8-13f0-0310-91df-b6672ffda945

test/ippserver.c

index f1824771844e5b75fed2a8619230fefa10765537..1b5e652c6a2871c3ff39795b64f94a4d082d13cc 100644 (file)
@@ -90,6 +90,8 @@
 #include <cups/string-private.h>       /* For string functions */
 #include <cups/thread-private.h>       /* For multithreading functions */
 
+#include <sys/wait.h>
+
 #ifdef HAVE_DNSSD
 #  include <dns_sd.h>
 #endif /* HAVE_DNSSD */