From 117c3740b5011903c918043fcb78451546f779e9 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Mon, 2 May 2005 10:58:17 -0500 Subject: [svn-r10706] Purpose: bug fix Description: When using memcpy on windows, needs to be included. Solution: include Platforms tested: MSVS 6.0 on windows XP, too minor to test with three platforms. Misc. update: --- hl/fortran/src/H5LTfc.c | 1 + 1 file changed, 1 insertion(+) 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 +#include /*------------------------------------------------------------------------- -- cgit v0.12