X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=tools%2Fquake2%2Fqdata_heretic2%2Fimages.c;h=555303bc4c66861f1e1fe6e84d99a7cdcb8cd4dc;hp=a7138b11184be12bd9f6fcb2899e6f549f411189;hb=c8978f80aa3a7703b9acc45d1c5abb966b11f35a;hpb=131c36f6be58bba507a42f767533b061b721dfec diff --git a/tools/quake2/qdata_heretic2/images.c b/tools/quake2/qdata_heretic2/images.c index a7138b11..555303bc 100644 --- a/tools/quake2/qdata_heretic2/images.c +++ b/tools/quake2/qdata_heretic2/images.c @@ -25,7 +25,11 @@ #include #endif +#if GDEF_OS_MACOS && !defined( XWINDOWS ) +#include +#else #include +#endif #if 1 extern char *g_outputDir;