diff --git a/src/Main/bootstrap.cxx b/src/Main/bootstrap.cxx index 8322b598a..f240eb3d6 100644 --- a/src/Main/bootstrap.cxx +++ b/src/Main/bootstrap.cxx @@ -27,12 +27,10 @@ #if defined(__linux__) && defined(__i386__) # include -# include -#elif defined(__FreeBSD__) -# include #endif #include +#include #include #include @@ -172,6 +170,7 @@ int main ( int argc, char **argv ) { // Ignore floating-point exceptions on FreeBSD signal(SIGFPE, SIG_IGN); #endif + signal(SIGPIPE, SIG_IGN); #if defined(sgi) flush_fpe();