1
1

Fix compiler error on Cray by adding in the std io/lib headers.

This commit was SVN r15515.
Этот коммит содержится в:
Josh Hursey 2007-07-19 18:26:10 +00:00
родитель 7ae4a22ed5
Коммит 6026929490

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

@ -11,6 +11,11 @@
#include "opal_config.h"
#include <stdio.h>
# if HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <errno.h>
#include "opal/threads/tsd.h"