diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2019-01-27 21:19:09 +0100 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2019-01-27 21:19:09 +0100 |
commit | a8b63cbb4a04cd97b2bd2864d8e8a5b61c51dc99 (patch) | |
tree | 97211846599c9215ed280a11500bf08d90db695f /src | |
parent | acb062a22c064180d664120f1b0cbb4ca88bbc4c (diff) |
Linux also needs GNU SOURCE
Diffstat (limited to 'src')
-rw-r--r-- | src/export/map_branches.c | 1 |
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> |