- Get rid of incompatible implicit declaration
Need #include string.h This commit was SVN r21104.
Этот коммит содержится в:
родитель
1ef32928fd
Коммит
71052deebb
@ -37,6 +37,9 @@
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
@ -21,6 +21,10 @@
|
||||
#include "orte_config.h"
|
||||
#include "orte/constants.h"
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#include "orte/mca/ras/ras_types.h"
|
||||
|
||||
#include "opal/mca/base/base.h"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user