1
1

Per Paul Hargrove, add missing include to fix build under FreeBSD

RM-approved

cmr=v1.8.2:reviewer=ompi-gk1.8

This commit was SVN r32397.
Этот коммит содержится в:
Ralph Castain 2014-08-01 13:37:41 +00:00
родитель cd8fa75f87
Коммит 8cfadd1842

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

@ -31,6 +31,9 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#include "opal/mca/event/event.h"
#include "opal/mca/dstore/base/base.h"