]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/path_init.c
add a missing #include
[xonotic/netradiant.git] / tools / quake3 / q3map2 / path_init.c
index 8e9bd4d5559301b8f8a146d9e1f1ae5d2e4b1783..5369c31240ce8a95ba8d25686a07ad2db64b7fc1 100644 (file)
@@ -62,6 +62,9 @@ PathLokiGetHomeDir()
 gets the user's home dir (for ~/.q3a)
 */
 
+#ifdef WIN32
+#include <shlobj.h>
+#endif
 char *LokiGetHomeDir( void )
 {
        #ifndef Q_UNIX