mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-20 22:01:49 -04:00
BUILD: http: include types/sample.h in proto_http.h
Commitd7c9196("MAJOR: filters: Add filters support") removed sample.h from proto_http.h, but it has become necessary as of commitfd7edd3("MINOR: Move http method enum from proto_http to sample") in order to have HTTP_METH_*. Due to this, the "debug/flags" utility doesn't build anymore.
This commit is contained in:
parent
6cc2118106
commit
f07741d0d5
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <types/hdr_idx.h>
|
||||
#include <types/filters.h>
|
||||
#include <types/sample.h>
|
||||
|
||||
/* These are the flags that are found in txn->flags */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue