From 4ee581adb5f732c9d1af3d362210b9bd00ecc034 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 4 Aug 2006 17:47:57 +0000 Subject: Fixed some broken #include's (the PS2 and Symbian may need more fixed, though) svn-id: r23666 --- base/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index b0ef49c3a1..6b626ef389 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -46,7 +46,7 @@ #include "sound/mididrv.h" #if defined(_WIN32_WCE) -#include "backends/wince/CELauncherDialog.h" +#include "backends/platform/wince/CELauncherDialog.h" #elif defined(__DC__) #include "backends/platform/dc/DCLauncherDialog.h" #else -- cgit v1.2.3