Fix: add missing _GNU_SOURCE define to babeltrace-log.c
[babeltrace.git] / converter / babeltrace-log.c
index d3470774c589a22b143232b58add5df9f892c85b..6ac94e69236c3cb7f29d806aa0369b63bf5b2d4b 100644 (file)
@@ -20,6 +20,7 @@
  * Depends on glibc 2.10 for getline().
  */
 
  * Depends on glibc 2.10 for getline().
  */
 
+#define _GNU_SOURCE
 #include <config.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <config.h>
 #include <sys/types.h>
 #include <sys/stat.h>
This page took 0.023597 seconds and 4 git commands to generate.