summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/FileSearch.cpp
diff options
context:
space:
mode:
authorLPFaint99 <lpfaint99@gmail.com>2009-01-16 02:58:34 +0000
committerLPFaint99 <lpfaint99@gmail.com>2009-01-16 02:58:34 +0000
commit7afc53c3a17ea3634da17c467b2e8233aca678d8 (patch)
treec19bd0894cfc4b04994bc06fae3f814ec9cfc95a /Source/Core/Common/Src/FileSearch.cpp
parent9df221dd735a245f9c3e0f9c3199f1d73425e9a1 (diff)
Revert r1861
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1879 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/FileSearch.cpp')
-rw-r--r--Source/Core/Common/Src/FileSearch.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/FileSearch.cpp b/Source/Core/Common/Src/FileSearch.cpp
index ecc2c644d7..02f9cd7f58 100644
--- a/Source/Core/Common/Src/FileSearch.cpp
+++ b/Source/Core/Common/Src/FileSearch.cpp
@@ -19,6 +19,8 @@
#ifndef _WIN32
#include <sys/types.h>
#include <dirent.h>
+#else
+#include <windows.h>
#endif
#include <string>