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