mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue