aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 9ab982e0cd..73573f557a 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -48,7 +48,7 @@
#if defined(_WIN32_WCE)
#include "backends/wince/CELauncherDialog.h"
#elif defined(__DC__)
-#include "backends/dc/DCLauncherDialog.h"
+#include "backends/platform/dc/DCLauncherDialog.h"
#else
#include "gui/launcher.h"
#endif