From: Willy Tarreau Date: Sat, 8 May 2021 11:59:56 +0000 (+0200) Subject: BUILD: udp: include tools.h from proto_udp.c X-Git-Tag: v2.4-dev19~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce65cbec38ed6211375e6261c03bd686a9610e93;p=thirdparty%2Fhaproxy.git BUILD: udp: include tools.h from proto_udp.c A few functions are used from there for address conversion but the file wasn't included. --- diff --git a/src/proto_udp.c b/src/proto_udp.c index 56d351823a..f07170f297 100644 --- a/src/proto_udp.c +++ b/src/proto_udp.c @@ -39,6 +39,7 @@ #include #include #include +#include static int udp_bind_listener(struct listener *listener, char *errmsg, int errlen); static void udp_enable_listener(struct listener *listener);