summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 6c80e2b..5d973c5 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -46,6 +46,13 @@
#endif
/*
+ * C9x integer types
+ */
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
+
+/*
* The `struct stat' data type for stat() and fstat(). This is a Posix file
* but often apears on non-Posix systems also. The `struct stat' is required
* for hdf5 to compile, although only a few fields are actually used.