summaryrefslogtreecommitdiffstats
path: root/test/objcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/objcopy.c')
-rwxr-xr-xtest/objcopy.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/objcopy.c b/test/objcopy.c
index df4c912..105de75 100755
--- a/test/objcopy.c
+++ b/test/objcopy.c
@@ -31,6 +31,14 @@
#define H5S_TESTING
#include "H5Spkg.h" /* Dataspaces */
+/*
+ * This file needs to access private information from the H5P package.
+ * This file also needs to access the property list testing code.
+ */
+#define H5P_PACKAGE
+#define H5P_TESTING
+#include "H5Ppkg.h" /* Property Lists */
+
#include "H5Dprivate.h" /* Datasets (for EFL property name) */