From: Adam Dickmeiss Date: Mon, 26 Feb 2007 13:19:23 +0000 (+0000) Subject: Include signal.h for SIGPIPE etc X-Git-Tag: METAPROXY.1.0.10~29 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=1cf9a9d0bc8a553f67994f845d2ee2ea4223879c;p=metaproxy-moved-to-github.git Include signal.h for SIGPIPE etc --- diff --git a/src/pipe.cpp b/src/pipe.cpp index bf54df5..4b3dde1 100644 --- a/src/pipe.cpp +++ b/src/pipe.cpp @@ -1,4 +1,4 @@ -/* $Id: pipe.cpp,v 1.10 2007-02-19 12:51:08 adam Exp $ +/* $Id: pipe.cpp,v 1.11 2007-02-26 13:19:23 adam Exp $ Copyright (c) 2005-2007, Index Data. See the LICENSE file for details @@ -9,6 +9,7 @@ #include #endif +#include #include #ifdef WIN32 #include