mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-27 09:06:46 -04:00
BUILD: connection: include tools.h in connection.c
Several functions from tools.h are called there without the file being included.
This commit is contained in:
parent
4bad5e2080
commit
908908ef2a
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#include <haproxy/sample.h>
|
||||
#include <haproxy/ssl_sock.h>
|
||||
#include <haproxy/stream_interface.h>
|
||||
#include <haproxy/tools.h>
|
||||
|
||||
|
||||
DECLARE_POOL(pool_head_connection, "connection", sizeof(struct connection));
|
||||
|
|
|
|||
Loading…
Reference in a new issue