mirror of
https://github.com/libretro/RetroArch
synced 2025-04-23 11:43:20 +00:00
(XDK/MSVC) Fix some build errors (not completle yet)
This commit is contained in:
parent
048181e4af
commit
218b3dbda5
3
hash.c
3
hash.c
@ -16,6 +16,9 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <io.h>
|
||||||
|
#endif
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include <retro_miscellaneous.h>
|
#include <retro_miscellaneous.h>
|
||||||
#include <retro_endianness.h>
|
#include <retro_endianness.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user