1
1

* add missing headers for the WIF macros

This commit was SVN r8704.
Этот коммит содержится в:
Brian Barrett 2006-01-16 15:46:17 +00:00
родитель 187f1b21bb
Коммит be13362899

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

@ -26,6 +26,12 @@
#ifdef HAVE_LIBGEN_H
#include <libgen.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#include "opal/runtime/opal.h"
#include "opal/include/constants.h"