Include some now-missing things for Linux.

This commit is contained in:
Unknown W. Brackets 2013-12-30 21:15:00 -08:00
parent 0fcdd42eef
commit 2655a4cba6
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -21,6 +21,7 @@
#define _DOLPHIN_ARM_CODEGEN_
#include <vector>
#include <stdint.h>
#include "Common.h"
#if defined(__SYMBIAN32__) || defined(PANDORA)