Fix: location of various standard headers
[lttng-tools.git] / src / common / daemonize.c
index 300851bb3ca6e01a8b3d10fe824c8b2935172b0d..b12194ee9480c9aab2933258c987a9adff126100 100644 (file)
@@ -20,7 +20,7 @@
 #include <unistd.h>
 #include <common/compat/paths.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <common/compat/paths.h>
 #include <fcntl.h>
-#include <wait.h>
+#include <sys/wait.h>
 #include <stdlib.h>
 
 #include <urcu/system.h>
 #include <stdlib.h>
 
 #include <urcu/system.h>
This page took 0.022592 seconds and 4 git commands to generate.