summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/hyperslab.c1
-rw-r--r--test/istore.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c
index 2fd1de5..2844ec6 100644
--- a/test/hyperslab.c
+++ b/test/hyperslab.c
@@ -12,6 +12,7 @@
* rewrite much of the hyperslab stuff.
*/
#include "H5private.h"
+#include "H5Eprivate.h"
#include "H5MMprivate.h"
#include "H5Vprivate.h"
diff --git a/test/istore.c b/test/istore.c
index 834c119..d9bea45 100644
--- a/test/istore.c
+++ b/test/istore.c
@@ -12,6 +12,7 @@
#include "h5test.h"
#include "H5private.h"
#include "H5Dprivate.h"
+#include "H5Eprivate.h"
#include "H5Iprivate.h"
#include "H5Pprivate.h"
#include "H5Fpkg.h"