1
1

fixed a define around a unistd include

This commit was SVN r5807.
Этот коммит содержится в:
Josh Hursey 2005-05-22 15:46:40 +00:00
родитель 7b6db8a18f
Коммит b1f1786d51

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

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