Fix: libcompat is now part of libcommon
[lttng-tools.git] / src / common / daemonize.c
index 300851bb3ca6e01a8b3d10fe824c8b2935172b0d..88ec9f13472a88aba1f49ae07a97ced16806b5dd 100644 (file)
 #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 <src/common/daemonize.h>
-#include <src/common/error.h>
+#include <common/daemonize.h>
+#include <common/error.h>
 
 LTTNG_HIDDEN
 int lttng_daemonize(pid_t *child_ppid, int *completion_flag,
This page took 0.02552 seconds and 5 git commands to generate.