aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorD G Turner2012-02-26 16:59:32 +0000
committerD G Turner2012-02-26 16:59:32 +0000
commit7de7d1d414f8a5c408c5fd0aed0655af74a7e1ac (patch)
tree377d22be9bd79fdd8d539fd50800496177334ac5 /backends
parent2a1f0a21764665cc204087e0c8fca0b4fae0217b (diff)
downloadscummvm-rg350-7de7d1d414f8a5c408c5fd0aed0655af74a7e1ac.tar.gz
scummvm-rg350-7de7d1d414f8a5c408c5fd0aed0655af74a7e1ac.tar.bz2
scummvm-rg350-7de7d1d414f8a5c408c5fd0aed0655af74a7e1ac.zip
NDS: Fix build after common util.h split.
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/ds/arm9/source/scummhelp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/source/scummhelp.h b/backends/platform/ds/arm9/source/scummhelp.h
index 79103b35ed..2735727560 100644
--- a/backends/platform/ds/arm9/source/scummhelp.h
+++ b/backends/platform/ds/arm9/source/scummhelp.h
@@ -24,7 +24,7 @@
#define _SCUMMHELP_H_
#include "common/str.h"
-#include "common/util.h"
+#include "common/platform.h"
namespace DS {