1
1

With PGI compile we need stdarg.h for va_list define

Этот коммит содержится в:
Rolf vandeVaart 2014-12-11 16:14:46 -05:00
родитель 4551cab6f1
Коммит 9ee8e1dcf4

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

@ -26,6 +26,9 @@
#include "opal_config.h"
#ifdef HAVE_STDARG_H
#include <stdarg.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif