diff options
Diffstat (limited to 'source4/lib')
-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 |