mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-20 10:40:13 +00:00
BUILD: peers: peers-t.h depends on stick-table-t.h
peers-t.h uses "struct stktable" as well as STKTABLE_DATA_TYPES which are defined in stick-table-t.h. It works by accident because stick-table-t.h was always included before. But could provoke build issue with EXTRA code. To be backported as far as 2.2.
This commit is contained in:
parent
7332a123c1
commit
46bea1c616
@ -31,6 +31,7 @@
|
||||
|
||||
#include <haproxy/api-t.h>
|
||||
#include <haproxy/dict-t.h>
|
||||
#include <haproxy/stick_table-t.h>
|
||||
#include <haproxy/thread-t.h>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user