src/java.desktop/share/native/libmlib_image/mlib_c_ImageLookUp.c
branchihse-remove-mapfiles-branch
changeset 56110 e2bb6d2abb5d
parent 47216 71c04702a3d5
child 56721 01b558efd286
--- a/src/java.desktop/share/native/libmlib_image/mlib_c_ImageLookUp.c	Tue Feb 13 12:39:56 2018 +0100
+++ b/src/java.desktop/share/native/libmlib_image/mlib_c_ImageLookUp.c	Tue Feb 13 13:02:19 2018 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -72,12 +72,14 @@
  *          dst[x][y][c] = table[c][src[x][y][c]]
  */
 
+#include "jni.h"
 #include "mlib_image.h"
 #include "mlib_ImageCheck.h"
 #include "mlib_ImageLookUp.h"
 #include "mlib_c_ImageLookUp.h"
 
 /***************************************************************/
+JNIEXPORT
 mlib_status mlib_ImageLookUp(mlib_image       *dst,
                              const mlib_image *src,
                              const void       **table)