1
1

Add <unistd.h> for getcwd() on Linux.

This commit was SVN r5790.
Этот коммит содержится в:
Jeff Squyres 2005-05-20 00:16:48 +00:00
родитель 2f85bc409b
Коммит 0dd11c8c32

Просмотреть файл

@ -20,8 +20,9 @@
#ifdef HAVE_SYS_UIO_H #ifdef HAVE_SYS_UIO_H
#include <sys/uio.h> #include <sys/uio.h>
#endif #endif
#include "mpi.h" #include <unistd.h>
#include "mpi.h"
#include "dps/dps.h" #include "dps/dps.h"
#include "communicator/communicator.h" #include "communicator/communicator.h"
#include "errhandler/errhandler.h" #include "errhandler/errhandler.h"