diff --git a/tile-join.cpp b/tile-join.cpp index b5e59e4..f00031d 100644 --- a/tile-join.cpp +++ b/tile-join.cpp @@ -1,3 +1,8 @@ +// for vasprintf() on Linux +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif + #define _DEFAULT_SOURCE #include #include