Small fix for the symbian port

svn-id: r23618
This commit is contained in:
Max Horn 2006-07-29 20:20:01 +00:00
parent f51fc44e66
commit 29b64b4aab

View file

@ -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
;