summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2019-01-27 21:19:09 +0100
committerDirk Engling <erdgeist@erdgeist.org>2019-01-27 21:19:09 +0100
commita8b63cbb4a04cd97b2bd2864d8e8a5b61c51dc99 (patch)
tree97211846599c9215ed280a11500bf08d90db695f /src
parentacb062a22c064180d664120f1b0cbb4ca88bbc4c (diff)
Linux also needs GNU SOURCE
Diffstat (limited to 'src')
-rw-r--r--src/export/map_branches.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/export/map_branches.c b/src/export/map_branches.c
index 3d0c1d2..e4dd101 100644
--- a/src/export/map_branches.c
+++ b/src/export/map_branches.c
@@ -1,4 +1,5 @@
1#define _WITH_GETLINE 1#define _WITH_GETLINE
2#define _GNU_SOURCE
2#include <stdlib.h> 3#include <stdlib.h>
3#include <stdint.h> 4#include <stdint.h>
4#include <stdio.h> 5#include <stdio.h>