Commit 6474e0a6 authored by Olivier Teulière's avatar Olivier Teulière

* skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the

   loading of .vlt files on Win32
parent d1cbbc19
......@@ -32,9 +32,12 @@
#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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment