BUILD/MINOR: http: proto_http.h needs sample.h
Since commit fd7edd3
("MINOR: Move http method enum from proto_http to sample")
proto_http.h needs to include sample.h. This can be backported to 1.6 though
it doesn't affect existing code.
This commit is contained in:
parent
d334a2c843
commit
9579d12f2e
|
@ -28,6 +28,7 @@
|
|||
#include <common/regex.h>
|
||||
|
||||
#include <types/hdr_idx.h>
|
||||
#include <types/sample.h>
|
||||
|
||||
/* These are the flags that are found in txn->flags */
|
||||
|
||||
|
|
Loading…
Reference in New Issue