BACKENDS: Fix compilation for various backends

Affects:
* PS2
* GPH
* ELF
* MOTO
* IPHONE
* N64
* DINGUX
* WINCE
* PSP
This commit is contained in:
Ori Avtalion 2011-04-28 23:11:26 +03:00
parent e52d54b55e
commit 4d485fc741
10 changed files with 13 additions and 0 deletions

View file

@ -28,6 +28,7 @@
#if defined(DYNAMIC_MODULES) && defined(USE_ELF_LOADER)
#include "backends/plugins/elf/memory-manager.h"
#include "common/debug.h"
#include "common/util.h"
#include <malloc.h>