aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cfile.cpp
diff options
context:
space:
mode:
authorStrangerke2011-06-11 09:33:17 +0200
committerStrangerke2011-06-11 09:33:17 +0200
commit15d98b2a5479967590c3eba82e349f642c4ca7cf (patch)
tree9818a0a12d22fdf7e2a767a754e52bb29f8b3adb /engines/cge/cfile.cpp
parent29065d302a9bf8bcaa18c4225e27b218bde67242 (diff)
downloadscummvm-rg350-15d98b2a5479967590c3eba82e349f642c4ca7cf.tar.gz
scummvm-rg350-15d98b2a5479967590c3eba82e349f642c4ca7cf.tar.bz2
scummvm-rg350-15d98b2a5479967590c3eba82e349f642c4ca7cf.zip
CGE: Add a couple of missing files
Diffstat (limited to 'engines/cge/cfile.cpp')
-rw-r--r--engines/cge/cfile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge/cfile.cpp b/engines/cge/cfile.cpp
index 499a7033ac..56383ca92e 100644
--- a/engines/cge/cfile.cpp
+++ b/engines/cge/cfile.cpp
@@ -29,7 +29,8 @@
#include <dos.h>
#include <fcntl.h>
#include <string.h>
-#include <alloc.h>
+//#include <alloc.h>
+#include "common/system.h"
#ifdef DROP_H
#include "cge/drop.h"