BUILD: proxy: add missing compression-t.h to proxy-t.h
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Feb 2021 07:46:01 +0000 (08:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Feb 2021 15:23:46 +0000 (16:23 +0100)
commit168a414037c8829be4397937a72ff9f8af3f3d1c
tree8f3eb2adf0802927c51f0875c7a5f1369269ca80
parent09f2e77eb1adb6cd462744784aa9bd666219cf8b
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.
include/haproxy/proxy-t.h