[svn-r1218] Added string.h since it is needed for those strxxx calls.

This commit is contained in:
Albert Cheng 1999-04-26 14:53:41 -05:00
parent d6823ceb08
commit 877a437ad6

View File

@ -4,6 +4,7 @@
#define PHDF5TEST_H
#include <assert.h>
#include <string.h>
#include <hdf5.h>
#include <mpi.h>
#include <mpio.h>