1
1

include signal.h for SIGPIPE definition

This commit was SVN r10863.
Этот коммит содержится в:
Gleb Natapov 2006-07-18 09:07:53 +00:00
родитель 28b99299b2
Коммит f15fc4ef2f

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

@ -43,6 +43,9 @@
#ifdef HAVE_NETINET_TCP_H
#include <netinet/tcp.h>
#endif
#ifndef __WINDOWS__
#include <signal.h>
#endif
#include "opal/event/event.h"
#include "orte/mca/ns/ns_types.h"
#include "orte/mca/oob/tcp/oob_tcp.h"