diff options
author | Max Horn | 2010-05-04 12:02:33 +0000 |
---|---|---|
committer | Max Horn | 2010-05-04 12:02:33 +0000 |
commit | f7d2047d020c7a404a9af75223599456e8bbcdc9 (patch) | |
tree | 23320f21cecf2f9b3cb48f3e0f13574e263d565d /engines | |
parent | 2149a2383d33ed83401a345219f0367694f9c367 (diff) | |
download | scummvm-rg350-f7d2047d020c7a404a9af75223599456e8bbcdc9.tar.gz scummvm-rg350-f7d2047d020c7a404a9af75223599456e8bbcdc9.tar.bz2 scummvm-rg350-f7d2047d020c7a404a9af75223599456e8bbcdc9.zip |
Fix non-Mac OS X builds
svn-id: r48938
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/resource.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/scumm/resource.cpp b/engines/scumm/resource.cpp index 301ad2be20..d9a5e3414c 100644 --- a/engines/scumm/resource.cpp +++ b/engines/scumm/resource.cpp @@ -24,6 +24,9 @@ */ #include "common/str.h" +#ifndef MACOSX +#include "common/config-manager.h" +#endif #include "scumm/charset.h" #include "scumm/dialogs.h" |