aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2007-06-20 19:11:36 +0000
committerMax Horn2007-06-20 19:11:36 +0000
commit129955ab5511a8dbcd78560ee6f46d6a67e43e92 (patch)
treeaee5c2cdb3d7d82a23d32dd4261d65acffd32df3
parent218a2da5d4e19089b6cb99199bb18493ef6e25af (diff)
downloadscummvm-rg350-129955ab5511a8dbcd78560ee6f46d6a67e43e92.tar.gz
scummvm-rg350-129955ab5511a8dbcd78560ee6f46d6a67e43e92.tar.bz2
scummvm-rg350-129955ab5511a8dbcd78560ee6f46d6a67e43e92.zip
Fix for bug #1740241 (PSP: revision 27553 doesn't build)
svn-id: r27559
-rw-r--r--backends/platform/psp/osys_psp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/psp/osys_psp.h b/backends/platform/psp/osys_psp.h
index c7a5c06051..d5d3669a22 100644
--- a/backends/platform/psp/osys_psp.h
+++ b/backends/platform/psp/osys_psp.h
@@ -27,6 +27,7 @@
#include "common/scummsys.h"
#include "common/system.h"
#include "backends/intern.h"
+#include "graphics/surface.h"
#include <SDL.h>