diff options
Diffstat (limited to 'java/src/jni')
-rw-r--r-- | java/src/jni/h5Constants.c | 1 | ||||
-rw-r--r-- | java/src/jni/h5lImp.c | 1 | ||||
-rw-r--r-- | java/src/jni/h5zImp.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/java/src/jni/h5Constants.c b/java/src/jni/h5Constants.c index 7354e95..a0deea3 100644 --- a/java/src/jni/h5Constants.c +++ b/java/src/jni/h5Constants.c @@ -22,6 +22,7 @@ extern "C" { #endif /* __cplusplus */ #include "hdf5.h" +#include "hdf5dev.h" #include <jni.h> #include <stdlib.h> #include "h5jni.h" diff --git a/java/src/jni/h5lImp.c b/java/src/jni/h5lImp.c index 43db4e9..1407fef 100644 --- a/java/src/jni/h5lImp.c +++ b/java/src/jni/h5lImp.c @@ -23,6 +23,7 @@ extern "C" { #include <jni.h> #include <stdlib.h> #include "hdf5.h" +#include "hdf5dev.h" #include "h5jni.h" #include "h5lImp.h" diff --git a/java/src/jni/h5zImp.c b/java/src/jni/h5zImp.c index d750ee8..d8c93be 100644 --- a/java/src/jni/h5zImp.c +++ b/java/src/jni/h5zImp.c @@ -22,6 +22,7 @@ extern "C" { #endif /* __cplusplus */ #include "hdf5.h" +#include "hdf5dev.h" #include <jni.h> #include <stdlib.h> #include "h5jni.h" |