diff options
Diffstat (limited to 'source3/lib/replace/system/wait.h')
-rw-r--r-- | source3/lib/replace/system/wait.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/replace/system/wait.h b/source3/lib/replace/system/wait.h index c2041a5938..47e3e84bb1 100644 --- a/source3/lib/replace/system/wait.h +++ b/source3/lib/replace/system/wait.h @@ -36,4 +36,6 @@ #define SIGNAL_CAST (RETSIGTYPE (*)(int)) #endif +#include <setjmp.h> + #endif |