Fix: use <unistd.h> instead of <sys/unistd.h>
[lttng-tools.git] / src / common / kernel-probe.c
index 42f42f641010b185b13fc0622b5a811b04b460de..33ba00fca37a9a906cc45b59fed628ae74e7163b 100644 (file)
@@ -19,7 +19,7 @@
 #include <lttng/kernel-probe.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <sys/unistd.h>
+#include <unistd.h>
 
 static
 int lttng_kernel_probe_location_address_serialize(
This page took 0.022912 seconds and 4 git commands to generate.