From 29b64b4aab3ad1852e81d85b5d49a1d262ecf48e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 29 Jul 2006 20:20:01 +0000 Subject: Small fix for the symbian port svn-id: r23618 --- base/version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/version.cpp') 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 ; -- cgit v1.2.3