diff options
author | Eugene Sandulenko | 2013-07-15 19:19:45 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2013-07-15 19:19:45 +0300 |
commit | 6dc3768faaa272a12e3c6e7ce0965905338132ad (patch) | |
tree | 69ed0a441a419799d0b143f8784bea9fafbf9b19 /engines | |
parent | b7e3d52abc97b14019fdc6e1637d979e37eedebb (diff) | |
download | scummvm-rg350-6dc3768faaa272a12e3c6e7ce0965905338132ad.tar.gz scummvm-rg350-6dc3768faaa272a12e3c6e7ce0965905338132ad.tar.bz2 scummvm-rg350-6dc3768faaa272a12e3c6e7ce0965905338132ad.zip |
SWORD25: Fix compilation on some 32-bit systems
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sword25/util/pluto/pluto.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sword25/util/pluto/pluto.cpp b/engines/sword25/util/pluto/pluto.cpp index fb477c1687..b7a8fd3c8b 100644 --- a/engines/sword25/util/pluto/pluto.cpp +++ b/engines/sword25/util/pluto/pluto.cpp @@ -19,6 +19,7 @@ * for Mobile Lua (http://luaos.net/pages/mobile-lua.php) */ +#include "config.h" #include "sword25/util/lua/lua.h" #include "pluto.h" |