aboutsummaryrefslogtreecommitdiff
path: root/common/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/timer.h')
-rw-r--r--common/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timer.h b/common/timer.h
index a4f4c7080d..789714cb7a 100644
--- a/common/timer.h
+++ b/common/timer.h
@@ -28,7 +28,7 @@
typedef void (*TimerProc)(Scumm *);
#ifdef __MORPHOS__
-#include "morphos/morphos_timer.h"
+#include "morphos_timer.h"
#else
class OSystem;