ext/jpeg/jpeg_image.h in jpeg-0.5.1 vs ext/jpeg/jpeg_image.h in jpeg-0.6.0

- old
+ new

@@ -5,9 +5,10 @@ #include "ruby.h" struct rb_jpeg_image { struct jpeg_decompress_struct *read; struct jpeg_error_mgr *error; + FILE *fp; }; void Init_jpeg_image(); #endif