diff options
author | Torbjörn Andersson | 2005-01-11 08:06:19 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-01-11 08:06:19 +0000 |
commit | 13e2c224c89b618df01ec1cfb2767a77bb08b8af (patch) | |
tree | 470c02876d023f37d6e78ee9f68708851512e005 /common | |
parent | 872a032ee9820ea3c04820d5eee318a4a21b1d25 (diff) | |
download | scummvm-rg350-13e2c224c89b618df01ec1cfb2767a77bb08b8af.tar.gz scummvm-rg350-13e2c224c89b618df01ec1cfb2767a77bb08b8af.tar.bz2 scummvm-rg350-13e2c224c89b618df01ec1cfb2767a77bb08b8af.zip |
This is probably not the optimal fix, but at least ScummVM compiles again.
svn-id: r16538
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h index 7d3a0ea8f7..b3e5a98a4a 100644 --- a/common/system.h +++ b/common/system.h @@ -25,6 +25,7 @@ #include "common/scummsys.h" #include "common/mutex.h" +#include "common/util.h" #include "common/rect.h" #include "common/singleton.h" |