Add missing <sys/types.h> for size_t and friends (which is not
automatically included in optimized builds). This commit was SVN r6547.
Этот коммит содержится в:
родитель
14ba3322e9
Коммит
41f9cd8224
@ -18,6 +18,12 @@
|
||||
#ifndef ORTE_TYPES_H
|
||||
#define ORTE_TYPES_H
|
||||
|
||||
#include "orte_config.h"
|
||||
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Supported datatypes for messaging and storage operations.
|
||||
*
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user