diff options
| author | LPFaint99 <lpfaint99@gmail.com> | 2009-01-16 02:58:34 +0000 |
|---|---|---|
| committer | LPFaint99 <lpfaint99@gmail.com> | 2009-01-16 02:58:34 +0000 |
| commit | 7afc53c3a17ea3634da17c467b2e8233aca678d8 (patch) | |
| tree | c19bd0894cfc4b04994bc06fae3f814ec9cfc95a /Source/Core/Common/Src/FileSearch.cpp | |
| parent | 9df221dd735a245f9c3e0f9c3199f1d73425e9a1 (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.cpp | 2 |
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> |
