summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2005-05-02 15:58:17 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2005-05-02 15:58:17 (GMT)
commit117c3740b5011903c918043fcb78451546f779e9 (patch)
treee1b1dad77ebcbc3d901ae22eda7ec0932187f362 /hl
parent98244eb5dd3f1bb8fea991a6efeb6bfb39d0cdf3 (diff)
downloadhdf5-117c3740b5011903c918043fcb78451546f779e9.zip
hdf5-117c3740b5011903c918043fcb78451546f779e9.tar.gz
hdf5-117c3740b5011903c918043fcb78451546f779e9.tar.bz2
[svn-r10706] Purpose:
bug fix Description: When using memcpy on windows, <string.h> needs to be included. Solution: include <string.h> Platforms tested: MSVS 6.0 on windows XP, too minor to test with three platforms. Misc. update:
Diffstat (limited to 'hl')
-rwxr-xr-xhl/fortran/src/H5LTfc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/fortran/src/H5LTfc.c b/hl/fortran/src/H5LTfc.c
index 12a8a3c..494a8c2 100755
--- a/hl/fortran/src/H5LTfc.c
+++ b/hl/fortran/src/H5LTfc.c
@@ -17,6 +17,7 @@
#include "H5LT.h"
#include "H5LTf90proto.h"
#include <stdlib.h>
+#include <string.h>
/*-------------------------------------------------------------------------