Fix: use <unistd.h> instead of <sys/unistd.h>
[lttng-tools.git] / src / common / kernel-probe.c
index 2beb53fabd94e4c361bf170b21611659b7d81dd9..44100bc725571aa27df3d0bad4c71b71e410731f 100644 (file)
@@ -20,7 +20,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.023409 seconds and 4 git commands to generate.