Fix: add missing unistd.h for fdatasync in compat-fcntl.c
[lttng-tools.git] / src / common / compat / compat-fcntl.c
index 5a1c757b864ed1de210f19b60744714bce01dcd6..6eb31fbbf52f102aa0dbf20f9c3432e890414f58 100644 (file)
@@ -17,6 +17,7 @@
 
 #define _GNU_SOURCE
 #include <common/compat/fcntl.h>
+#include <unistd.h>
 
 #ifdef __linux__
 
This page took 0.025894 seconds and 4 git commands to generate.