Fix: use <unistd.h> instead of <sys/unistd.h>
[lttng-tools.git] / src / common / userspace-probe.c
index 1c46f7c489e19a7f3595e4f2a05a1e5ad54c0f57..c96d0e3b2d186fff22f216c4f745bc2f68bac795 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.022512 seconds and 4 git commands to generate.