aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/audio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc/audio.cpp')
-rw-r--r--backends/dc/audio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/audio.cpp b/backends/dc/audio.cpp
index cfb59cc60d..22c1015189 100644
--- a/backends/dc/audio.cpp
+++ b/backends/dc/audio.cpp
@@ -22,7 +22,7 @@
#include <common/stdafx.h>
#include <common/scummsys.h>
-#include <common/engine.h>
+#include "base/engine.h"
#include "dc.h"
EXTERN_C void *memcpy4(void *s1, const void *s2, unsigned int n);