Fix non-Mac OS X builds

svn-id: r48938
This commit is contained in:
Max Horn 2010-05-04 12:02:33 +00:00
parent 2149a2383d
commit f7d2047d02

View File

@ -24,6 +24,9 @@
*/
#include "common/str.h"
#ifndef MACOSX
#include "common/config-manager.h"
#endif
#include "scumm/charset.h"
#include "scumm/dialogs.h"