summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/system_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/system_exec.h')
-rw-r--r--libs/pbd/pbd/system_exec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/pbd/pbd/system_exec.h b/libs/pbd/pbd/system_exec.h
index d5b14c8273..a8a30ba18d 100644
--- a/libs/pbd/pbd/system_exec.h
+++ b/libs/pbd/pbd/system_exec.h
@@ -37,6 +37,9 @@
#undef interface // VKamyshniy: to avoid "include/giomm-2.4/giomm/dbusmessage.h:270:94: error: expected ',' or '...' before 'struct'"
#endif
+#else // posix
+#include <sys/types.h>
+#include <sys/wait.h> /* WNOHANG is part of the exposed API */
#endif
#include <string>