mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix (Harmattan and Blackberry): stdlib is required for abs(int).
This commit is contained in:
parent
ac9f271078
commit
279158a010
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "Common/CommonFuncs.h"
|
||||
#include "Common/ThreadPools.h"
|
||||
#include "ext/xbrz/xbrz.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef __SYMBIAN32__
|
||||
#define p
|
||||
|
|
Loading…
Add table
Reference in a new issue