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