diff options
author | Hoa V. Dinh <dinh.viet.hoa@gmail.com> | 2014-11-18 11:09:09 -0800 |
---|---|---|
committer | Hoa V. Dinh <dinh.viet.hoa@gmail.com> | 2014-11-18 11:09:09 -0800 |
commit | d85bb135be2f3f99e8cd07dae6dab37b6a80da8f (patch) | |
tree | a94b002ab536593c64111ac9a90198410edea52b /src | |
parent | 56884dfe33cf0e35b8eda105d28c428023782696 (diff) |
Fixed win32 build
Diffstat (limited to 'src')
-rw-r--r-- | src/core/basetypes/MCWin32.h | 1 | ||||
-rw-r--r-- | src/core/zip/MiniZip/iowin32.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/core/basetypes/MCWin32.h b/src/core/basetypes/MCWin32.h index 95ed1a6e..42faa744 100644 --- a/src/core/basetypes/MCWin32.h +++ b/src/core/basetypes/MCWin32.h @@ -28,6 +28,7 @@ #include <algorithm> #endif +#include <stdio.h> #include <Winsock2.h> #include <windows.h> #include <rpc.h> diff --git a/src/core/zip/MiniZip/iowin32.c b/src/core/zip/MiniZip/iowin32.c index 6a2a883b..421a264a 100644 --- a/src/core/zip/MiniZip/iowin32.c +++ b/src/core/zip/MiniZip/iowin32.c @@ -10,6 +10,7 @@ For more info read MiniZip_info.txt */ +#include "MCWin32.h" #include <stdlib.h> |