From 1cf9a9d0bc8a553f67994f845d2ee2ea4223879c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 26 Feb 2007 13:19:23 +0000 Subject: [PATCH] Include signal.h for SIGPIPE etc --- src/pipe.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4