mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
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:
parent
26210ad976
commit
de8fa39b25
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user