summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-04-26 19:53:41 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-04-26 19:53:41 (GMT)
commit877a437ad6a028813e0df35ff4e8b19bb341c0cf (patch)
tree077f3de9a6ac3786be73901240627c2194fc7c6a /testpar
parentd6823ceb08328519d4ab0738abca997d0e433f37 (diff)
downloadhdf5-877a437ad6a028813e0df35ff4e8b19bb341c0cf.zip
hdf5-877a437ad6a028813e0df35ff4e8b19bb341c0cf.tar.gz
hdf5-877a437ad6a028813e0df35ff4e8b19bb341c0cf.tar.bz2
[svn-r1218] Added string.h since it is needed for those strxxx calls.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/testphdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index e114305..ff4c353 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -4,6 +4,7 @@
#define PHDF5TEST_H
#include <assert.h>
+#include <string.h>
#include <hdf5.h>
#include <mpi.h>
#include <mpio.h>