summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-08-09 20:23:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-08-09 20:23:28 (GMT)
commitd48558126d9c19fe3b418a22086a015bd56997f9 (patch)
treefc50bbeaf501c08c356a572558654d1c065abd15 /test
parenta7028fb006be7d91626650f22748d22a1a74f6ee (diff)
downloadhdf5-d48558126d9c19fe3b418a22086a015bd56997f9.zip
hdf5-d48558126d9c19fe3b418a22086a015bd56997f9.tar.gz
hdf5-d48558126d9c19fe3b418a22086a015bd56997f9.tar.bz2
[svn-r5866] Purpose:
Code cleanup Description: Cleaned up a few warnings from compiling with --disable-hsizet on Linux Platforms tested: Linux 2.2.x (eirene)
Diffstat (limited to 'test')
-rw-r--r--test/gass_read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gass_read.c b/test/gass_read.c
index f9162ab..f27c45e 100644
--- a/test/gass_read.c
+++ b/test/gass_read.c
@@ -16,7 +16,7 @@
4. Get some information about the dataset from the file.
*/
#include "h5test.h"
-#include <strings.h>
+#include <string.h>
#ifndef H5_HAVE_GASS
int main(void)