1
1

- Need stdbool.h if included in userland; additionally protect stdbool / stdarg.h

This commit was SVN r17488.
Этот коммит содержится в:
Rainer Keller 2008-02-18 08:11:57 +00:00
родитель 653857ddbe
Коммит d53131f261

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

@ -64,7 +64,12 @@
#include "opal_config.h"
#ifdef HAVE_STDARG_H
#include <stdarg.h>
#endif
#ifdef HAVE_STDBOOL_H
#include <stdbool.h>
#endif
#include "opal/class/opal_object.h"