Add missing include file on Solaris environments
Refs trac:3763 This commit was SVN r29211. The following Trac tickets were found above: Ticket 3763 --> https://svn.open-mpi.org/trac/ompi/ticket/3763
Этот коммит содержится в:
родитель
7bc20866fd
Коммит
fe9a744289
@ -14,6 +14,10 @@
|
||||
#include "oshmem/runtime/runtime.h"
|
||||
#include "oshmem/mca/scoll/base/base.h"
|
||||
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "orte/mca/errmgr/errmgr.h"
|
||||
#include "orte/mca/ess/ess.h"
|
||||
#include "orte/util/proc_info.h"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user