summaryrefslogtreecommitdiffstats
path: root/test/objcopy.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-07-24 19:07:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-07-24 19:07:43 (GMT)
commit05973a4e8610a7f6893d0eaed9c3eee3b008ba60 (patch)
treefbd503a5480e143e85b8d7283b0f96daf0377976 /test/objcopy.c
parentb8ef032be6b1273d7730eb3d6511413716700528 (diff)
downloadhdf5-05973a4e8610a7f6893d0eaed9c3eee3b008ba60.zip
hdf5-05973a4e8610a7f6893d0eaed9c3eee3b008ba60.tar.gz
hdf5-05973a4e8610a7f6893d0eaed9c3eee3b008ba60.tar.bz2
[svn-r14003] Description:
Code cleanup & whitespace fixups Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Mac OS X/32 10.4.10 (amazon)
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) */