1
1

- Get rid of incompatible implicit declaration

Need #include string.h

This commit was SVN r21104.
Этот коммит содержится в:
Rainer Keller 2009-04-29 08:11:37 +00:00
родитель 1ef32928fd
Коммит 71052deebb
2 изменённых файлов: 7 добавлений и 0 удалений

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

@ -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"