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