summaryrefslogtreecommitdiff
path: root/source4/lib/replace/system/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/replace/system/wait.h')
-rw-r--r--source4/lib/replace/system/wait.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/replace/system/wait.h b/source4/lib/replace/system/wait.h
index c2041a5938..3855f7ae72 100644
--- a/source4/lib/replace/system/wait.h
+++ b/source4/lib/replace/system/wait.h
@@ -36,4 +36,8 @@
#define SIGNAL_CAST (RETSIGTYPE (*)(int))
#endif
+#ifdef HAVE_SETJMP_H
+#include <setjmp.h>
+#endif
+
#endif