mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-04 11:12:02 +00:00
BUILD: proxy: add missing compression-t.h to proxy-t.h
struct comp is used in struct proxy but never declared prior to this so depending on where proxy.h is included, touching the <comp> field can break the build.
This commit is contained in:
parent
09f2e77eb1
commit
168a414037
@ -33,6 +33,7 @@
|
||||
#include <haproxy/api-t.h>
|
||||
#include <haproxy/arg-t.h>
|
||||
#include <haproxy/backend-t.h>
|
||||
#include <haproxy/compression-t.h>
|
||||
#include <haproxy/counters-t.h>
|
||||
#include <haproxy/freq_ctr-t.h>
|
||||
#include <haproxy/obj_type-t.h>
|
||||
|
Loading…
Reference in New Issue
Block a user