]> git.sesse.net Git - vlc/commitdiff
* skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
authorOlivier Teulière <ipkiss@videolan.org>
Sat, 5 Jun 2004 19:23:03 +0000 (19:23 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Sat, 5 Jun 2004 19:23:03 +0000 (19:23 +0000)
   loading of .vlt files on Win32

modules/gui/skins2/src/theme_loader.cpp

index 116bc8d37205a621b96fd05f3095fad3bb20d617..a80d1a7f7c89bb7c52ca1c279750da74313f4f22 100755 (executable)
 #ifdef HAVE_FCNTL_H
 #   include <fcntl.h>
 #endif
-#if !defined( WIN32 )
+#ifdef HAVE_SYS_STAT_H
+#   include <sys/stat.h>
+#endif
+#ifdef HAVE_UNISTD_H
 #   include <unistd.h>
-#else
+#elif defined( WIN32 )
 #   include <direct.h>
 #endif