add a missing #include

This commit is contained in:
Rudolf Polzer 2011-04-20 17:49:36 +02:00
parent 9b15142ec2
commit 50e0a3fb24

View File

@ -62,6 +62,9 @@ PathLokiGetHomeDir()
gets the user's home dir (for ~/.q3a) gets the user's home dir (for ~/.q3a)
*/ */
#ifdef WIN32
#include <shlobj.h>
#endif
char *LokiGetHomeDir( void ) char *LokiGetHomeDir( void )
{ {
#ifndef Q_UNIX #ifndef Q_UNIX