summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/H5Tf.c3
-rw-r--r--fortran/src/H5Zf.c1
-rw-r--r--fortran/src/H5_f.c1
3 files changed, 5 insertions, 0 deletions
diff --git a/fortran/src/H5Tf.c b/fortran/src/H5Tf.c
index 1516cc7..3da4a29 100644
--- a/fortran/src/H5Tf.c
+++ b/fortran/src/H5Tf.c
@@ -21,6 +21,9 @@
#include "H5f90.h"
+/* Include package's developer header */
+#include "H5Tdevelop.h"
+
/****if* H5Tf/h5topen_c
* NAME
* h5topen_c
diff --git a/fortran/src/H5Zf.c b/fortran/src/H5Zf.c
index b31878c..33d9fb3 100644
--- a/fortran/src/H5Zf.c
+++ b/fortran/src/H5Zf.c
@@ -20,6 +20,7 @@
*/
#include "H5f90.h"
+#include "hdf5dev.h"
/****if* H5Zf/h5zunregister_c
* NAME
diff --git a/fortran/src/H5_f.c b/fortran/src/H5_f.c
index d245cae..52fc276 100644
--- a/fortran/src/H5_f.c
+++ b/fortran/src/H5_f.c
@@ -21,6 +21,7 @@
#include "H5f90.h"
#include "H5fort_type_defines.h"
+#include "hdf5dev.h"
int IntKinds_SizeOf[] = H5_FORTRAN_INTEGER_KINDS_SIZEOF;