[svn-r10144] Purpose:

Bug fix

Description:
    The GASS VFL driver header file was bringing in the <string.h> header file,
which several other source code modules needed also, but weren't including
explicitly themselves.

Solution:
    Add includes for <string.h> to files which actually need them.

Platforms tested:
    FreeBSD 4.11 (sleipnir) w/C++ as CC
    Configuration not tested by h5committest...
This commit is contained in:
Quincey Koziol
2005-03-04 12:01:02 -05:00
parent 6e74389773
commit afdf7fcfa6
6 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <stdlib.h>
#include <string.h>
#include "h5diff.h"
#include "h5diff_common.h"