Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / src / common / compat / compat-fcntl.c
index 7ff63a3a109146e81cb696691f780b6d1117c013..c6c6b4e994962d84c353eaad21bb2013dfca9b4d 100644 (file)
@@ -15,8 +15,9 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <common/compat/fcntl.h>
+#include <unistd.h>
 
 #ifdef __linux__
 
This page took 0.023884 seconds and 4 git commands to generate.