summaryrefslogtreecommitdiffstats
path: root/tools/misc/h5repart.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-04-03 17:48:52 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-04-03 17:48:52 (GMT)
commitd57e19825bbdaa7cfe9614185a98dbe30a0bef58 (patch)
treef996436c222eb688cdc45b5b171f08ecc10962a1 /tools/misc/h5repart.c
parent6c130407ebd653e967526c4d97bed3b76f2bf59d (diff)
downloadhdf5-d57e19825bbdaa7cfe9614185a98dbe30a0bef58.zip
hdf5-d57e19825bbdaa7cfe9614185a98dbe30a0bef58.tar.gz
hdf5-d57e19825bbdaa7cfe9614185a98dbe30a0bef58.tar.bz2
[svn-r3769] Purpose:
Update Description: Replaced #include <hdf5_file.h> with #include "hdf5_file.h" so that gcc can pick up our files more easily without picking up system header files (which we don't care about being in the dependencies list). Platforms tested: Linux
Diffstat (limited to 'tools/misc/h5repart.c')
-rw-r--r--tools/misc/h5repart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/h5repart.c b/tools/misc/h5repart.c
index de7b3df..5254bef 100644
--- a/tools/misc/h5repart.c
+++ b/tools/misc/h5repart.c
@@ -33,7 +33,7 @@
#endif
#ifdef WIN32
-#include <io.h>
+# include <io.h>
#endif
#ifndef FALSE