Browse Source

Fix _GNU_SOURCE define for vasprintf

pull/288/head
André Gaul 9 years ago
parent
commit
6d79ef8a63
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      printbuf.c

+ 1
- 0
printbuf.c View File

@@ -13,6 +13,7 @@
* (http://www.opensource.org/licenses/mit-license.php)
*/

#define _GNU_SOURCE
#include "config.h"

#include <stdio.h>


Loading…
Cancel
Save