mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-24 19:00:54 +00:00
Buildfix for Symbian and OSX
This commit is contained in:
parent
4736b26fc3
commit
a8277742ad
@ -12,7 +12,9 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#if !defined(__SYMBIAN32__) && !defined(__MAC_10_6)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
// Higher level wrappers/examples (optional).
|
||||
#include <stdio.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user