aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChris Apers2004-05-25 14:44:02 +0000
committerChris Apers2004-05-25 14:44:02 +0000
commit66fd8f8658b9e0e8c742e3b00e816b27aa53aada (patch)
tree73a7ebf18df443ff4dbb669bf54cb523e5fcfe55 /common
parente47ef7d49a72453e26276c9a1e62b25003dbc529 (diff)
downloadscummvm-rg350-66fd8f8658b9e0e8c742e3b00e816b27aa53aada.tar.gz
scummvm-rg350-66fd8f8658b9e0e8c742e3b00e816b27aa53aada.tar.bz2
scummvm-rg350-66fd8f8658b9e0e8c742e3b00e816b27aa53aada.zip
New PalmOS includes
svn-id: r13888
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 5fd637bddd..c020878527 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -162,7 +162,8 @@
#elif defined(__PALMOS_TRAPS__) // PALMOS
#include <PalmOS.h>
- #include <stdio.h>
+ #include "compile.h"
+ #include "globals.h"
#include "extend.h"
#define __PALM_OS__