aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index ec24f0fc68..2a3ed81b0c 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -134,7 +134,7 @@ const char *gScummVMFeatures = ""
#ifdef __SYMBIAN32__
// we want a list of compiled in engines visible in the program,
// because we also release special builds with only one engine
-#include "backends/epoc/src/main_features.inl"
+#include "backends/symbian/src/main_features.inl"
#endif
;