svn commit: samba r18146 - in branches/SAMBA_4_0/source/lib/replace/system: .

tridge at samba.org tridge at samba.org
Wed Sep 6 08:43:33 GMT 2006


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



More information about the samba-cvs mailing list