summaryrefslogtreecommitdiffstats
path: root/perform/zip_perf.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-12 18:24:25 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-12 18:24:25 (GMT)
commit1ae81a8edeecd7ed38371fe6c0ffdbf13c74362b (patch)
tree93fda3ac4b5af5dc5fa0ba7c5a7f4521d69b1703 /perform/zip_perf.c
parentbdefbb5cba63402c819819545c3d45e862540ee6 (diff)
downloadhdf5-1ae81a8edeecd7ed38371fe6c0ffdbf13c74362b.zip
hdf5-1ae81a8edeecd7ed38371fe6c0ffdbf13c74362b.tar.gz
hdf5-1ae81a8edeecd7ed38371fe6c0ffdbf13c74362b.tar.bz2
[svn-r5605] Purpose:
Code cleanup Description: Clean up some compiler warnings... Platforms tested: FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'perform/zip_perf.c')
-rw-r--r--perform/zip_perf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/perform/zip_perf.c b/perform/zip_perf.c
index 26b0ea4..ae84304 100644
--- a/perform/zip_perf.c
+++ b/perform/zip_perf.c
@@ -23,6 +23,8 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/time.h>
+#include <sys/uio.h>
+#include <unistd.h>
/* our header files */
#include "hdf5.h"