r18146: we need signal.h in some places
authorAndrew Tridgell <tridge@samba.org>
Wed, 6 Sep 2006 08:43:33 +0000 (08:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:41 +0000 (14:17 -0500)
source/lib/replace/system/wait.h

index be8c203f73e01167c0c24332e74027b255154a70..c2041a5938cab16f0206aec9c66e3bd74af00440 100644 (file)
@@ -26,6 +26,8 @@
 #include <sys/wait.h>
 #endif
 
+#include <signal.h>
+
 #ifndef SIGCLD
 #define SIGCLD SIGCHLD
 #endif