summaryrefslogtreecommitdiffstats
path: root/java/src/jni
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-12-20 21:36:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-12-20 21:36:19 (GMT)
commit269224c73d19a12336dc0dd12e787c359dec5665 (patch)
tree4561b6b8de2b394472fcc37a4fcddbffe39596fd /java/src/jni
parentc8912e3c47384de7f66d37d3e65df2e6b0915069 (diff)
downloadhdf5-269224c73d19a12336dc0dd12e787c359dec5665.zip
hdf5-269224c73d19a12336dc0dd12e787c359dec5665.tar.gz
hdf5-269224c73d19a12336dc0dd12e787c359dec5665.tar.bz2
Merge CMake changes from develop
Diffstat (limited to 'java/src/jni')
-rw-r--r--java/src/jni/h5Constants.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/src/jni/h5Constants.c b/java/src/jni/h5Constants.c
index c99745d..1ea549e 100644
--- a/java/src/jni/h5Constants.c
+++ b/java/src/jni/h5Constants.c
@@ -21,8 +21,10 @@
extern "C" {
#endif /* __cplusplus */
-#include <jni.h>
#include "hdf5.h"
+#include <jni.h>
+#include <stdlib.h>
+#include "h5jni.h"
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmissing-prototypes"