add missing include.

This commit is contained in:
aliaspider 2018-03-24 11:40:16 +01:00
parent ed12b95091
commit 686717eb71

View File

@ -26,6 +26,9 @@
#else
#include <stdarg.h>
#endif
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "ppsspp_config.h"
#include "thread/threadutil.h"