aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
diff options
context:
space:
mode:
authorNeil Millstone2007-10-13 15:44:56 +0000
committerNeil Millstone2007-10-13 15:44:56 +0000
commit5ddb1b00574b22b821c9affed050186fc33cbdea (patch)
treeb5c6a208b8cd28819999353b79031637c73f1556 /common/util.cpp
parent688f074ea549dc84fe5e477d0ee8ce85b26f1b2c (diff)
downloadscummvm-rg350-5ddb1b00574b22b821c9affed050186fc33cbdea.tar.gz
scummvm-rg350-5ddb1b00574b22b821c9affed050186fc33cbdea.tar.bz2
scummvm-rg350-5ddb1b00574b22b821c9affed050186fc33cbdea.zip
Added extra includes for the DS port now that stdafx.h is no longer included
svn-id: r29205
Diffstat (limited to 'common/util.cpp')
-rw-r--r--common/util.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp
index eaef9ce0b5..18e5848725 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -43,6 +43,8 @@ extern bool isSmartphone(void);
#endif
#ifdef __DS__
+ #include "ds-fs.h"
+
#undef stderr
#undef stdout
#undef stdin