]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUILD] stream_sock: previous fix lacked the #include, causing a warning.
authorWilly Tarreau <w@1wt.eu>
Tue, 21 Sep 2010 19:48:23 +0000 (21:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 Sep 2010 19:48:23 +0000 (21:48 +0200)
src/stream_sock.c

index 64e3530654c4a175a7b311cb3a52a22582a9b4f5..362470216797d5b907e89781b8477abbe8c1e0ae 100644 (file)
@@ -34,6 +34,7 @@
 #include <proto/freq_ctr.h>
 #include <proto/log.h>
 #include <proto/pipe.h>
+#include <proto/protocols.h>
 #include <proto/stream_sock.h>
 #include <proto/task.h>