summaryrefslogtreecommitdiffstats
path: root/test/dtypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dtypes.c')
-rw-r--r--test/dtypes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dtypes.c b/test/dtypes.c
index 0b4ae7b..f8d3d0a 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -11,7 +11,7 @@
#include <stdio.h>
#include <unistd.h>
-#include <H5Aprivate.h>
+#include <H5Iprivate.h>
#include <H5Tprivate.h>
#ifndef HAVE_FUNCTION
@@ -193,7 +193,7 @@ test_compound(void)
puts(" PASSED");
/* Just for debugging... */
- H5T_debug(H5A_object(complex_id), stdout);
+ H5T_debug(H5I_object(complex_id), stdout);
printf("\n");
return SUCCEED;