From: Willy Tarreau Date: Mon, 24 Oct 2011 15:09:22 +0000 (+0200) Subject: BUILD/MINOR: silent a build warning in src/pipe.c (fcntl) X-Git-Tag: v1.5-dev8~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed560e964b337f42ab46a7d16609b1f43178f78;p=thirdparty%2Fhaproxy.git BUILD/MINOR: silent a build warning in src/pipe.c (fcntl) --- diff --git a/src/pipe.c b/src/pipe.c index 76ab8f947d..fce115e693 100644 --- a/src/pipe.c +++ b/src/pipe.c @@ -11,6 +11,7 @@ */ #include +#include #include #include