fixes for Solaris
This commit was SVN r2155.
Этот коммит содержится в:
родитель
b433fc3ad9
Коммит
e865b75241
@ -44,7 +44,7 @@ extern bool ompi_mpi_param_check;
|
||||
/*
|
||||
* Do we have <stdint.h>?
|
||||
*/
|
||||
#if HAVE_STDINT_H
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#include "ompi_stdint.h"
|
||||
|
@ -21,11 +21,11 @@
|
||||
* Include what we can and define what is missing.
|
||||
*/
|
||||
|
||||
#if HAVE_INTTYPES_H
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_SYS_TYPES_H
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user