Fix missing include.

This commit is contained in:
Alcaro 2014-12-24 22:58:28 +01:00
parent 8b41762639
commit e880f9ff66

2
hash.c
View File

@ -18,6 +18,8 @@
#include <fcntl.h>
#ifdef _WIN32
#include <io.h>
#else
#include <unistd.h>
#endif
#include "hash.h"
#include <retro_miscellaneous.h>