Port: Add macro for socket linking on solaris
[lttng-tools.git] / src / common / compat / compat-fcntl.c
index 7ff63a3a109146e81cb696691f780b6d1117c013..527abd857f8f47605765838ae8feb031d10d3790 100644 (file)
@@ -16,7 +16,9 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <common/compat/fcntl.h>
+#include <unistd.h>
 
 #ifdef __linux__
 
This page took 0.024539 seconds and 5 git commands to generate.