diff options
author | Max Horn | 2007-06-20 19:11:36 +0000 |
---|---|---|
committer | Max Horn | 2007-06-20 19:11:36 +0000 |
commit | 129955ab5511a8dbcd78560ee6f46d6a67e43e92 (patch) | |
tree | aee5c2cdb3d7d82a23d32dd4261d65acffd32df3 /backends | |
parent | 218a2da5d4e19089b6cb99199bb18493ef6e25af (diff) | |
download | scummvm-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
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/psp/osys_psp.h | 1 |
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> |