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:
parent
c1a689f2eb
commit
ce65cbec38
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue