diff options
-rw-r--r-- | backends/morphos/morphos.cpp | 2 | ||||
-rw-r--r-- | backends/morphos/morphos.h | 1 | ||||
-rw-r--r-- | backends/morphos/morphos_scaler.cpp | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_sound.cpp | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_start.cpp | 2 | ||||
-rw-r--r-- | backends/morphos/morphos_timer.cpp | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/backends/morphos/morphos.cpp b/backends/morphos/morphos.cpp index 164c046b54..77b4b8c4aa 100644 --- a/backends/morphos/morphos.cpp +++ b/backends/morphos/morphos.cpp @@ -22,7 +22,7 @@ */ #include "stdafx.h" -#include "scumm.h" +#include "scumm/scumm.h" #include <exec/types.h> #include <exec/memory.h> diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h index 6bda51d597..6b2078f026 100644 --- a/backends/morphos/morphos.h +++ b/backends/morphos/morphos.h @@ -24,6 +24,7 @@ #ifndef MORPHOS_MORPHOS_H #define MORPHOS_MORPHOS_H +#include <dos/dosextens.h> #include <graphics/regions.h> #include <intuition/intuition.h> #include <intuition/screens.h> diff --git a/backends/morphos/morphos_scaler.cpp b/backends/morphos/morphos_scaler.cpp index dca4383016..8d1d99424a 100644 --- a/backends/morphos/morphos_scaler.cpp +++ b/backends/morphos/morphos_scaler.cpp @@ -19,7 +19,7 @@ */ #include "stdafx.h" -#include "scumm.h" +#include "engine.h" #include <exec/types.h> #include <cybergraphics/cybergraphics.h> diff --git a/backends/morphos/morphos_sound.cpp b/backends/morphos/morphos_sound.cpp index fd908a31b9..d11fb21339 100644 --- a/backends/morphos/morphos_sound.cpp +++ b/backends/morphos/morphos_sound.cpp @@ -22,7 +22,7 @@ */ #include "stdafx.h" -#include "scumm.h" +#include "engine.h" #include <dos/dos.h> #include <exec/memory.h> diff --git a/backends/morphos/morphos_start.cpp b/backends/morphos/morphos_start.cpp index 16cd76bf00..f30ab92674 100644 --- a/backends/morphos/morphos_start.cpp +++ b/backends/morphos/morphos_start.cpp @@ -35,7 +35,7 @@ #include <proto/icon.h> #include "stdafx.h" -#include "scumm.h" +#include "scumm/scumm.h" #include "morphos.h" #include "morphos_scaler.h" #include "morphos_sound.h" diff --git a/backends/morphos/morphos_timer.cpp b/backends/morphos/morphos_timer.cpp index c496f1ff29..d838a44e36 100644 --- a/backends/morphos/morphos_timer.cpp +++ b/backends/morphos/morphos_timer.cpp @@ -19,7 +19,7 @@ */ #include "stdafx.h" -#include "scumm.h" +#include "engine.h" #include <exec/memory.h> #include <exec/semaphores.h> |