diff options
-rw-r--r-- | base/version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/version.cpp b/base/version.cpp index 79ae2dc92a..8f354444f3 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -95,7 +95,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/symbian/src/main_features.inl" +#include "backends/platform/symbian/src/main_features.inl" #endif ; |