Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some potential errors in WinCE & GP2x, too)

svn-id: r36146
This commit is contained in:
Max Horn 2009-01-30 14:26:34 +00:00
parent 26210ad976
commit de8fa39b25
4 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include <strings.h>
#endif
#include "common/debug.h"
#include "common/util.h"
#include "backends/fs/abstract-fs.h"
#include "backends/fs/stdiostream.h"

View File

@ -32,6 +32,7 @@
#include "backends/platform/gp2x/gp2x-hw.h"
#include "backends/platform/gp2x/gp2x-mem.h"
#include "common/config-manager.h"
#include "common/debug.h"
#include "common/file.h"
#include "common/util.h"
#include "base/main.h"

View File

@ -26,6 +26,7 @@
#include "backends/platform/wince/wince-sdl.h"
#include "common/config-manager.h"
#include "common/debug.h"
#include "common/events.h"
#include "common/util.h"
#include "common/timer.h"

View File

@ -27,6 +27,7 @@
#include "backends/plugins/win32/win32-provider.h"
#include "backends/plugins/dynamic-plugin.h"
#include "common/debug.h"
#include "common/fs.h"
#include <windows.h>