1
1

- make sure that the system has the header files.

This commit was SVN r19400.
Этот коммит содержится в:
Shiqing Fan 2008-08-25 13:56:10 +00:00
родитель 7bcd285e98
Коммит 94a2147e3d

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

@ -36,8 +36,13 @@
#include "orte/constants.h"
#include "orte/types.h"
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#endif /* HAVE_SYSLOG_H */
#ifdef HAVE_STDARG_H
#include <stdarg.h>
#endif /* HAVE_STDARG_H */
#include "opal/mca/mca.h"