From: Willy Tarreau Date: Tue, 21 Sep 2010 19:48:23 +0000 (+0200) Subject: [BUILD] stream_sock: previous fix lacked the #include, causing a warning. X-Git-Tag: v1.5-dev8~464 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe598a777995f0a718ca91fae2e92e1bafc09dac;p=thirdparty%2Fhaproxy.git [BUILD] stream_sock: previous fix lacked the #include, causing a warning. --- diff --git a/src/stream_sock.c b/src/stream_sock.c index 64e3530654..3624702167 100644 --- a/src/stream_sock.c +++ b/src/stream_sock.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include