src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.c
branchihse-remove-mapfiles-branch
changeset 56106 40e61db323c2
parent 47216 71c04702a3d5
child 56721 01b558efd286
--- a/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.c	Tue Feb 13 10:36:52 2018 +0100
+++ b/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.c	Tue Feb 13 10:37:33 2018 +0100
@@ -28,6 +28,7 @@
  * by the image conversion package.
  */
 
+#include "jni.h"
 #include "img_globals.h"
 
 #include "java_awt_image_IndexColorModel.h"
@@ -42,7 +43,7 @@
  * a lookup table which returns the next color darker than the error
  * adjusted color used as the index.
  */
-void
+JNIEXPORT void
 make_uns_ordered_dither_array(uns_ordered_dither_array oda,
                               int quantum)
 {