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 47e3e84bb1..3855f7ae72 100644 --- a/source3/lib/replace/system/wait.h +++ b/source3/lib/replace/system/wait.h @@ -36,6 +36,8 @@ #define SIGNAL_CAST (RETSIGTYPE (*)(int)) #endif +#ifdef HAVE_SETJMP_H #include <setjmp.h> +#endif #endif |