mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-05-30 14:24:21 +00:00
Add #define to fix the build on Cygwin
This commit is contained in:
parent
af69c85d23
commit
b8cfab1eaf
@ -1,3 +1,8 @@
|
|||||||
|
// for vasprintf() on Linux
|
||||||
|
#ifndef _GNU_SOURCE
|
||||||
|
#define _GNU_SOURCE
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user