aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.cpp')
-rw-r--r--src/fileio.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fileio.cpp b/src/fileio.cpp
index 28e0c17..210207f 100644
--- a/src/fileio.cpp
+++ b/src/fileio.cpp
@@ -10,6 +10,10 @@
#include <dirent.h>
#include <errno.h>
+#else
+
+#include <windows.h>
+
#endif // __WIN32__
int getdir(std::string dir, std::list<std::string>& files)