1
1

Add missing #include <errno.h> line (for SunStudio Solaris).

This commit was SVN r19814.
Этот коммит содержится в:
Ethan Mallove 2008-10-27 17:41:33 +00:00
родитель b081fc3462
Коммит 2457df91b3

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

@ -30,6 +30,7 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <errno.h>
#include "orte/util/name_fns.h"
#include "orte/runtime/orte_globals.h"