mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Blackberry buildfix.
This commit is contained in:
parent
337a8553aa
commit
892980ada1
@ -24,6 +24,9 @@
|
||||
#include "Core/HLE/sceKernelMemory.h"
|
||||
#include "Core/HLE/sceKernelModule.h"
|
||||
|
||||
#ifdef BLACKBERRY
|
||||
using std::strnlen;
|
||||
#endif
|
||||
|
||||
const char *ElfReader::GetSectionName(int section)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user