From 50e0a3fb240f3fa5377f7a9b32042dbc5d33d650 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 20 Apr 2011 17:49:36 +0200 Subject: [PATCH] add a missing #include --- tools/quake3/q3map2/path_init.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2