summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-09-24 23:06:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-09-24 23:06:41 (GMT)
commitc65ab6e0da76f1ce26c6be258e79a15e438ea444 (patch)
treead27508dec567b4046664bae89add192c4b7883b /tools
parent32a8bfe491fd708fe7c96a393d47d9d70d8f816c (diff)
downloadhdf5-c65ab6e0da76f1ce26c6be258e79a15e438ea444.zip
hdf5-c65ab6e0da76f1ce26c6be258e79a15e438ea444.tar.gz
hdf5-c65ab6e0da76f1ce26c6be258e79a15e438ea444.tar.bz2
[svn-r1652] Removed unneeded sys/fcntl.h include line, which was causing the 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>