1
1

add missing header file for errno.

This commit was SVN r19246.
Этот коммит содержится в:
Rich Graham 2008-08-12 01:34:13 +00:00
родитель baed5dcad0
Коммит e64f028d62

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

@ -27,6 +27,7 @@
#include <sys/types.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <errno.h>
#include "ompi/constants.h"
#include "ompi/communicator/communicator.h"