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.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=fe598a777995f0a718ca91fae2e92e1bafc09dac;p=haproxy.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 64e353065..362470216 100644 --- a/src/stream_sock.c +++ b/src/stream_sock.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include