[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:
This commit is contained in:
MuQun Yang 2005-05-02 10:58:17 -05:00
parent 98244eb5dd
commit 117c3740b5

View File

@ -17,6 +17,7 @@
#include "H5LT.h"
#include "H5LTf90proto.h"
#include <stdlib.h>
#include <string.h>
/*-------------------------------------------------------------------------