Fix: use <unistd.h> instead of <sys/unistd.h>
[lttng-tools.git] / src / common / userspace-probe.c
index f5ed86367066b3504dadab91d04810c4d69e441b..084fec5c4146aa79d7bf17ed416ab38913a646b8 100644 (file)
@@ -20,7 +20,7 @@
 #include <lttng/userspace-probe-internal.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <sys/unistd.h>
+#include <unistd.h>
 
 static
 int lttng_userspace_probe_location_function_set_binary_fd_handle(
This page took 0.023235 seconds and 4 git commands to generate.