From fed41fd9b19b5fe84bc7cabd07fef23299fbb4c6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Sep 2006 08:43:33 +0000 Subject: r18146: we need signal.h in some places (This used to be commit f226645d73c85011fea32a9b6e26eb41dd2c4336) --- source4/lib/replace/system/wait.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/replace/system') 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 #endif +#include + #ifndef SIGCLD #define SIGCLD SIGCHLD #endif -- cgit