fixed: add missing include

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@2339 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
akva
2013-04-24 08:24:46 +00:00
committed by Knut Morten Okstad
parent 400510d68b
commit 6e8b84929c

View File

@@ -23,6 +23,7 @@
#include <sys/stat.h>
#include <sys/statvfs.h>
#include <hdf5.h>
#include <unistd.h>
#ifdef PARALLEL_PETSC
#include <mpi.h>
#endif