summaryrefslogtreecommitdiff
path: root/source4/include/system/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/system/wait.h')
-rw-r--r--source4/include/system/wait.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/include/system/wait.h b/source4/include/system/wait.h
index 29e5c6fe66..6af01986f9 100644
--- a/source4/include/system/wait.h
+++ b/source4/include/system/wait.h
@@ -23,3 +23,11 @@
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
+
+/*
+ * Define additional missing types
+ */
+#ifndef HAVE_SIG_ATOMIC_T_TYPE
+typedef int sig_atomic_t;
+#endif
+