1
1

As signal.h to the include files to import SIGCONT.

This commit was SVN r8899.
Этот коммит содержится в:
George Bosilca 2006-02-05 05:49:24 +00:00
родитель d751d3bacf
Коммит b7fa1f4664

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

@ -20,6 +20,9 @@
#ifdef HAVE_NETINET_IN_H #ifdef HAVE_NETINET_IN_H
#include <netinet/in.h> #include <netinet/in.h>
#endif #endif
#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif /* HAVE_SIGNAL_H */
#include "opal/util/output.h" #include "opal/util/output.h"
#include "mca/rml/rml.h" #include "mca/rml/rml.h"
#include "mca/iof/base/base.h" #include "mca/iof/base/base.h"