aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorRuediger Hanke2002-09-15 09:16:28 +0000
committerRuediger Hanke2002-09-15 09:16:28 +0000
commit37d7a52c47e59f7c348154c88d5a2410c0e84aab (patch)
tree57ccae9850d1486155138f971062ffd77e9bd846 /backends
parent9ce78dd66e5b893bcfe8629ca1e880ab7c10682d (diff)
downloadscummvm-rg350-37d7a52c47e59f7c348154c88d5a2410c0e84aab.tar.gz
scummvm-rg350-37d7a52c47e59f7c348154c88d5a2410c0e84aab.tar.bz2
scummvm-rg350-37d7a52c47e59f7c348154c88d5a2410c0e84aab.zip
Compile fixes
svn-id: r4944
Diffstat (limited to 'backends')
-rw-r--r--backends/morphos/morphos.cpp2
-rw-r--r--backends/morphos/morphos.h1
-rw-r--r--backends/morphos/morphos_scaler.cpp2
-rw-r--r--backends/morphos/morphos_sound.cpp2
-rw-r--r--backends/morphos/morphos_start.cpp2
-rw-r--r--backends/morphos/morphos_timer.cpp2
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>