(XDK/MSVC) Fix some build errors (not completle yet)

This commit is contained in:
twinaphex 2014-12-23 21:06:36 +01:00
parent 048181e4af
commit 218b3dbda5

3
hash.c
View File

@ -16,6 +16,9 @@
#include <string.h>
#include <stdio.h>
#include <fcntl.h>
#ifdef _WIN32
#include <io.h>
#endif
#include "hash.h"
#include <retro_miscellaneous.h>
#include <retro_endianness.h>