BUILD: comp: include proxy.h from flt_http_comp.c

It's used for proxy_type_str() but the header was missing.
This commit is contained in:
Willy Tarreau 2021-05-08 20:34:16 +02:00
parent 11bd6f7296
commit 202f93d885
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <haproxy/http_htx.h>
#include <haproxy/htx.h>
#include <haproxy/list.h>
#include <haproxy/proxy-t.h>
#include <haproxy/proxy.h>
#include <haproxy/sample.h>
#include <haproxy/stream.h>
#include <haproxy/tools.h>