summaryrefslogtreecommitdiffstats
path: root/test/gen_bogus.c
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-05-14 18:50:54 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-05-14 18:50:54 (GMT)
commit1726061075e9adc99ac2286fb542438acc79c4ab (patch)
tree560b67affc9da8767294bcb8c65a9eeeb0726701 /test/gen_bogus.c
parentf0f73065e32f0efa7237e37b97bea8d42c6e5cfa (diff)
downloadhdf5-1726061075e9adc99ac2286fb542438acc79c4ab.zip
hdf5-1726061075e9adc99ac2286fb542438acc79c4ab.tar.gz
hdf5-1726061075e9adc99ac2286fb542438acc79c4ab.tar.bz2
[svn-r13752] Added an include to the ohdr testfile generator code to fix an issue with Visual Studio. I've also turned this project on by default in Windows.
Tested: VS6 on WinXP kagiso
Diffstat (limited to 'test/gen_bogus.c')
-rw-r--r--test/gen_bogus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/gen_bogus.c b/test/gen_bogus.c
index 6078e71..93ed08c 100644
--- a/test/gen_bogus.c
+++ b/test/gen_bogus.c
@@ -20,7 +20,8 @@
* Purpose: This program is run to generate an HDF5 data file with several
* datasets that have "bogus" messages in their object header.
*/
-
+
+#include "H5private.h"
#include "hdf5.h"
#include "H5Oprivate.h"