diff options
author | Paul Gilbert | 2010-09-07 23:47:47 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-10-12 23:42:39 +0000 |
commit | 25bb8b62430732169614a2dbbe39e7076f9ac6b1 (patch) | |
tree | 86b3481f2f87cce602a135651c26efce2d8d7af5 /engines/sword25/gfx | |
parent | f5a822c34092b1ea6051943f317760f66e590be7 (diff) | |
download | scummvm-rg350-25bb8b62430732169614a2dbbe39e7076f9ac6b1.tar.gz scummvm-rg350-25bb8b62430732169614a2dbbe39e7076f9ac6b1.tar.bz2 scummvm-rg350-25bb8b62430732169614a2dbbe39e7076f9ac6b1.zip |
SWORD25: Compilation fix
svn-id: r53334
Diffstat (limited to 'engines/sword25/gfx')
-rwxr-xr-x | engines/sword25/gfx/image/art.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sword25/gfx/image/art.h b/engines/sword25/gfx/image/art.h index 1c0e6a8584..e0b9f7441d 100755 --- a/engines/sword25/gfx/image/art.h +++ b/engines/sword25/gfx/image/art.h @@ -23,14 +23,12 @@ #ifndef __ART_MISC_H__ #define __ART_MISC_H__ -#include "config.h" +#include "common/scummsys.h" typedef byte art_u8; typedef uint16 art_u16; typedef uint32 art_u32; -#include <stdlib.h> /* for malloc, etc. */ - /* These aren't, strictly speaking, configuration macros, but they're damn handy to have around, and may be worth playing with for debugging. */ |