projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe1675
)
Include signal.h for SIGPIPE etc
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 26 Feb 2007 13:19:23 +0000
(13:19 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 26 Feb 2007 13:19:23 +0000
(13:19 +0000)
src/pipe.cpp
patch
|
blob
|
history
diff --git
a/src/pipe.cpp
b/src/pipe.cpp
index
bf54df5
..
4b3dde1
100644
(file)
--- 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 <unistd.h>
#endif
+#include <signal.h>
#include <errno.h>
#ifdef WIN32
#include <winsock.h>