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/DiscIO/Src/CompressedBlob.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/DiscIO/Src/CompressedBlob.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/CompressedBlob.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/CompressedBlob.cpp b/Source/Core/DiscIO/Src/CompressedBlob.cpp index f44bc11805..f424b2c465 100644 --- a/Source/Core/DiscIO/Src/CompressedBlob.cpp +++ b/Source/Core/DiscIO/Src/CompressedBlob.cpp @@ -19,6 +19,7 @@ #ifdef _WIN32 #include <io.h> +#include <windows.h> #else #include <unistd.h> #endif |
