mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-10 00:05:07 +00:00
Warning fix (close() was undeclared)
This commit is contained in:
parent
8f5f154559
commit
a8310249f8
@ -34,6 +34,8 @@
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning (disable:4996)
|
||||
#pragma warning (disable:4244)
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user