diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-06 08:43:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:41 -0500 |
commit | fed41fd9b19b5fe84bc7cabd07fef23299fbb4c6 (patch) | |
tree | e81b1b8b17f9978060dd70143ff3a418d70578ed /source4/lib/replace/system/wait.h | |
parent | e997a767aae255992b0f1d229d15eb4f2b00484c (diff) | |
download | samba-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/lib/replace/system/wait.h')
-rw-r--r-- | source4/lib/replace/system/wait.h | 2 |
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 |