diff --git a/tools/quake3/q3map2/path_init.c b/tools/quake3/q3map2/path_init.c index 8e9bd4d5..5369c312 100644 --- a/tools/quake3/q3map2/path_init.c +++ b/tools/quake3/q3map2/path_init.c @@ -62,6 +62,9 @@ PathLokiGetHomeDir() gets the user's home dir (for ~/.q3a) */ +#ifdef WIN32 +#include +#endif char *LokiGetHomeDir( void ) { #ifndef Q_UNIX