summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-09-24 23:07:17 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-09-24 23:07:17 (GMT)
commit90fde6d638fe9d8a5a24b8bbe2040e35f53fc973 (patch)
tree8f98f8a0190e62efafbc3cfd04d8011c70583fbd /tools
parenteea89e1e6cc4ca6f743e00b3056ab91befd2511f (diff)
downloadhdf5-90fde6d638fe9d8a5a24b8bbe2040e35f53fc973.zip
hdf5-90fde6d638fe9d8a5a24b8bbe2040e35f53fc973.tar.gz
hdf5-90fde6d638fe9d8a5a24b8bbe2040e35f53fc973.tar.bz2
[svn-r1653] Removed unneeded sys/fcntl.h include line, which was causing J90 problems.
Diffstat (limited to 'tools')
-rw-r--r--tools/h5toh4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5toh4.c b/tools/h5toh4.c
index 02f4a41..1545398 100644
--- a/tools/h5toh4.c
+++ b/tools/h5toh4.c
@@ -12,7 +12,6 @@
*****************************************************************************/
#include <stdio.h>
-#include <sys/fcntl.h>
#include <errno.h>
#include <string.h>