Add a time-profiler with statistics
[ardour.git] / libs / pbd / pbd / system_exec.h
index d5b14c827384d527ed8eff91a3bece3a975eb51c..a8a30ba18dc0b6af05faac7aacc5f68cd4f1b76b 100644 (file)
@@ -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>