diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-05-14 18:50:54 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-05-14 18:50:54 (GMT) |
commit | 1726061075e9adc99ac2286fb542438acc79c4ab (patch) | |
tree | 560b67affc9da8767294bcb8c65a9eeeb0726701 /test | |
parent | f0f73065e32f0efa7237e37b97bea8d42c6e5cfa (diff) | |
download | hdf5-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')
-rw-r--r-- | test/gen_bogus.c | 3 |
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" |