diff --git a/src/fileformats.c b/src/fileformats.c index 4dd04d40..c180d139 100644 --- a/src/fileformats.c +++ b/src/fileformats.c @@ -27,6 +27,9 @@ ///@file fileformats.c /// Saving and loading different picture formats. +#ifdef __MINT__ +#undef _GNU_SOURCE +#endif #include #ifndef __no_pnglib__ #include