diff options
author | Johannes Schickel | 2009-07-25 13:23:51 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-07-25 13:23:51 +0000 |
commit | 0927bec0158918437fa0db5d9a07508b2c2b1369 (patch) | |
tree | 5741c2ccced6f50e411be9190ed6e26271b4f993 /backends | |
parent | 0e2c8b9be51bc15cbe705dbfe64730bfec4e7f4c (diff) | |
download | scummvm-rg350-0927bec0158918437fa0db5d9a07508b2c2b1369.tar.gz scummvm-rg350-0927bec0158918437fa0db5d9a07508b2c2b1369.tar.bz2 scummvm-rg350-0927bec0158918437fa0db5d9a07508b2c2b1369.zip |
Fix gp2x port building.
svn-id: r42759
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/gp2x/graphics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/gp2x/graphics.cpp b/backends/platform/gp2x/graphics.cpp index 775c3afb73..a77afd88b7 100644 --- a/backends/platform/gp2x/graphics.cpp +++ b/backends/platform/gp2x/graphics.cpp @@ -30,6 +30,7 @@ #include "backends/platform/gp2x/gp2x-common.h" #include "common/util.h" +#include "common/mutex.h" #include "graphics/font.h" #include "graphics/fontman.h" #include "graphics/scaler.h" |