Add #define _GNU_SOURCE to remove warning about asprintf
[babeltrace.git] / tests / lib / tap.c
index d41a75185fbb6cb38fe498e612b762891fccc3a3..a430951193328aca551e34dfa1f3622a9b23ef28 100644 (file)
@@ -24,6 +24,7 @@
  * SUCH DAMAGE.
  */
 
  * SUCH DAMAGE.
  */
 
+#define _GNU_SOURCE
 #include <ctype.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <stdarg.h>
 #include <stdio.h>
This page took 0.022673 seconds and 4 git commands to generate.