From fe598a777995f0a718ca91fae2e92e1bafc09dac Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 21 Sep 2010 21:48:23 +0200 Subject: [PATCH] [BUILD] stream_sock: previous fix lacked the #include, causing a warning. --- src/stream_sock.c | 1 + 1 file changed, 1 insertion(+) 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