mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-02 19:16:56 +00:00
Buildfix: Symbian, CMake-based compiles.
This commit is contained in:
parent
b72900b5a9
commit
0101636473
@ -714,6 +714,7 @@ add_library(${CoreLibName} ${CoreLinkType}
|
||||
Core/ELF/PrxDecrypter.h
|
||||
Core/ELF/ParamSFO.cpp
|
||||
Core/ELF/ParamSFO.h
|
||||
Core/FileSystems/tlzrc.cpp
|
||||
Core/FileSystems/BlockDevices.cpp
|
||||
Core/FileSystems/BlockDevices.h
|
||||
Core/FileSystems/DirectoryFileSystem.cpp
|
||||
|
@ -22,7 +22,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#ifndef __SYMBIAN32__
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#include "Common.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user