summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-05-28 18:18:01 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-05-28 18:18:01 (GMT)
commitb13ea3cf0730afa5a25eef458a1812d9cda0c04c (patch)
treed721078e7117303da78656717dae542ed18882bc /test/hyperslab.c
parentca912c389e4e641cfbae6facced950ad05578d65 (diff)
downloadhdf5-b13ea3cf0730afa5a25eef458a1812d9cda0c04c.zip
hdf5-b13ea3cf0730afa5a25eef458a1812d9cda0c04c.tar.gz
hdf5-b13ea3cf0730afa5a25eef458a1812d9cda0c04c.tar.bz2
[svn-r5468] Purpose:
Code cleanup. Description: Included H5Eprivate.h for a couple of tests which needed it... Platforms tested: IRIX64 6.5 (modi4)
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c1
1 files changed, 1 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"