mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
add missing include.
This commit is contained in:
parent
ed12b95091
commit
686717eb71
@ -26,6 +26,9 @@
|
||||
#else
|
||||
#include <stdarg.h>
|
||||
#endif
|
||||
#ifndef _MSC_VER
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "ppsspp_config.h"
|
||||
#include "thread/threadutil.h"
|
||||
|
Loading…
Reference in New Issue
Block a user