aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r--backends/platform/sdl/sdl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h
index fde721c36a..c78919748c 100644
--- a/backends/platform/sdl/sdl.h
+++ b/backends/platform/sdl/sdl.h
@@ -26,7 +26,11 @@
#ifndef SDL_COMMON_H
#define SDL_COMMON_H
+#if defined(__SYMBIAN32__)
+#include <esdl\SDL.h>
+#else
#include <SDL.h>
+#endif
#include "common/scummsys.h"
#include "common/system.h"