X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FGCJ.cc;h=73e785108e69554b1f59e51a4a0c00890149f3ae;hb=b1f4bc6bdf2608bf2a6e9143abffdfd4fa0522e3;hp=53e7f19e0a6fe550b5ddc474045af20028e2e43f;hpb=6cb650297805f5c42d58fd78d82481be5fdc3d45;p=org.ibex.core.git diff --git a/src/org/ibex/plat/GCJ.cc b/src/org/ibex/plat/GCJ.cc index 53e7f19..73e7851 100644 --- a/src/org/ibex/plat/GCJ.cc +++ b/src/org/ibex/plat/GCJ.cc @@ -4,8 +4,8 @@ #include #include -#include -#include +#include +#include #include #include #include @@ -99,7 +99,7 @@ void skip_input_data (j_decompress_ptr cinfo, long num_bytes) { src->pub.bytes_in_buffer -= num_bytes; } -void org::ibex::plat::GCJ::_decodeJPEG(java::io::InputStream* is, org::ibex::Picture* p) { +void org::ibex::plat::GCJ::_decodeJPEG(java::io::InputStream* is, org::ibex::graphics::Picture* p) { struct jpeg_decompress_struct cinfo; my_error_mgr_t jerr; my_source_mgr_t src;