Buildfix: Symbian, CMake-based compiles.

This commit is contained in:
Sacha 2013-05-09 04:29:23 +10:00
parent b72900b5a9
commit 0101636473
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -22,7 +22,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef __SYMBIAN32__
#include <malloc.h>
#endif
#include "Common.h"