mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Include some now-missing things for Linux.
This commit is contained in:
parent
0fcdd42eef
commit
2655a4cba6
2 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
// For cache flushing on Symbian/iOS/Blackberry
|
||||
#ifdef __SYMBIAN32__
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#define _DOLPHIN_ARM_CODEGEN_
|
||||
|
||||
#include <vector>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "Common.h"
|
||||
#if defined(__SYMBIAN32__) || defined(PANDORA)
|
||||
|
|
Loading…
Add table
Reference in a new issue