add the #include here too

This commit is contained in:
Rudolf Polzer 2011-04-20 17:57:26 +02:00
parent d4500cb5d9
commit 35680f96d5

View File

@ -184,6 +184,9 @@ void VFS_Destroy()
// Home Paths // Home Paths
#ifdef WIN32
#include <shlobj.h>
#endif
void HomePaths_Realise() void HomePaths_Realise()
{ {
#if defined(POSIX) #if defined(POSIX)