Implement consumer ring buffer position sampling
[lttng-tools.git] / src / common / daemonize.c
index 4b4531d53613f792d0bf410bc2048085cee9db2e..b12194ee9480c9aab2933258c987a9adff126100 100644 (file)
@@ -18,9 +18,9 @@
 
 #define _LGPL_SOURCE
 #include <unistd.h>
-#include <paths.h>
+#include <common/compat/paths.h>
 #include <fcntl.h>
-#include <wait.h>
+#include <sys/wait.h>
 #include <stdlib.h>
 
 #include <urcu/system.h>
This page took 0.02335 seconds and 4 git commands to generate.