Author: tridge
Date: 2006-09-06 08:43:33 +0000 (Wed, 06 Sep 2006)
New Revision: 18146

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18146

Log:

we need signal.h in some places

Modified:
   branches/SAMBA_4_0/source/lib/replace/system/wait.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/system/wait.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/system/wait.h 2006-09-06 08:30:56 UTC 
(rev 18145)
+++ branches/SAMBA_4_0/source/lib/replace/system/wait.h 2006-09-06 08:43:33 UTC 
(rev 18146)
@@ -26,6 +26,8 @@
 #include <sys/wait.h>
 #endif
 
+#include <signal.h>
+
 #ifndef SIGCLD
 #define SIGCLD SIGCHLD
 #endif

Reply via email to