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.
This commit is contained in:
Willy Tarreau 2021-05-08 13:59:56 +02:00
parent c1a689f2eb
commit ce65cbec38
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <haproxy/sock.h>
#include <haproxy/sock_inet.h>
#include <haproxy/task.h>
#include <haproxy/tools.h>
static int udp_bind_listener(struct listener *listener, char *errmsg, int errlen);
static void udp_enable_listener(struct listener *listener);