From b13ea3cf0730afa5a25eef458a1812d9cda0c04c Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 28 May 2002 13:18:01 -0500 Subject: [svn-r5468] Purpose: Code cleanup. Description: Included H5Eprivate.h for a couple of tests which needed it... Platforms tested: IRIX64 6.5 (modi4) --- test/hyperslab.c | 1 + test/istore.c | 1 + 2 files changed, 2 insertions(+) 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" -- cgit v0.12