add missing include.
This commit is contained in:
parent
ed12b95091
commit
686717eb71
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue