src/share/native/sun/awt/image/jpeg/imageioJPEG.c

Print this page

        

@@ -49,11 +49,11 @@
 #include "com_sun_imageio_plugins_jpeg_JPEGImageReader.h"
 #include "com_sun_imageio_plugins_jpeg_JPEGImageWriter.h"
 
 /* headers from the JPEG library */
 #include <jpeglib.h>
-#include "jerror.h"
+#include <jerror.h>
 
 #undef MAX
 #define MAX(a,b)        ((a) > (b) ? (a) : (b))
 
 /* Cached Java method ids */