summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-09-25 18:59:55 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-09-25 18:59:55 (GMT)
commit3662fe727e9b2db38f278ba679a40f8d5be5106e (patch)
tree3aa9ba7a3116df2672bffdfd3dd25accbdc7e731 /tools
parent291c1af9c30f817223d5948c6f91cf20b304a28c (diff)
downloadhdf5-3662fe727e9b2db38f278ba679a40f8d5be5106e.zip
hdf5-3662fe727e9b2db38f278ba679a40f8d5be5106e.tar.gz
hdf5-3662fe727e9b2db38f278ba679a40f8d5be5106e.tar.bz2
[svn-r1663] added the include for fcntl.h here too
Diffstat (limited to 'tools')
-rw-r--r--tools/h5toh4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5toh4.c b/tools/h5toh4.c
index 1545398..9bb03f1 100644
--- a/tools/h5toh4.c
+++ b/tools/h5toh4.c
@@ -14,7 +14,7 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
-
+#include <fcntl.h>
#include <h5toh4.h>
extern int PrintOptions_h5toh4(void);