summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 08:43:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:41 -0500
commitfed41fd9b19b5fe84bc7cabd07fef23299fbb4c6 (patch)
treee81b1b8b17f9978060dd70143ff3a418d70578ed /source4
parente997a767aae255992b0f1d229d15eb4f2b00484c (diff)
downloadsamba-fed41fd9b19b5fe84bc7cabd07fef23299fbb4c6.tar.gz
samba-fed41fd9b19b5fe84bc7cabd07fef23299fbb4c6.tar.bz2
samba-fed41fd9b19b5fe84bc7cabd07fef23299fbb4c6.zip
r18146: we need signal.h in some places
(This used to be commit f226645d73c85011fea32a9b6e26eb41dd2c4336)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/replace/system/wait.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/system/wait.h b/source4/lib/replace/system/wait.h
index be8c203f73..c2041a5938 100644
--- a/source4/lib/replace/system/wait.h
+++ b/source4/lib/replace/system/wait.h
@@ -26,6 +26,8 @@
#include <sys/wait.h>
#endif
+#include <signal.h>
+
#ifndef SIGCLD
#define SIGCLD SIGCHLD
#endif