1
1

Add in a missing #include for Solaris builds.

This commit was SVN r16416.
Этот коммит содержится в:
Ethan Mallove 2007-10-10 12:49:15 +00:00
родитель e3105a85be
Коммит d0b61db65c

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

@ -17,6 +17,10 @@
* *
*/ */
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#include "orte_config.h" #include "orte_config.h"
#include "orte/orte_constants.h" #include "orte/orte_constants.h"