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.
1 file changed