From: Willy Tarreau Date: Fri, 11 Nov 2016 06:56:48 +0000 (+0100) Subject: BUILD: http: include types/sample.h in proto_http.h X-Git-Tag: v1.7.0~106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f07741d0d57da77c3685f1bfc1c2aee324f6c182;p=thirdparty%2Fhaproxy.git BUILD: http: include types/sample.h in proto_http.h Commit d7c9196 ("MAJOR: filters: Add filters support") removed sample.h from proto_http.h, but it has become necessary as of commit fd7edd3 ("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. --- diff --git a/include/types/proto_http.h b/include/types/proto_http.h index 935be8ce66..0c1f50f9bb 100644 --- a/include/types/proto_http.h +++ b/include/types/proto_http.h @@ -29,6 +29,7 @@ #include #include +#include /* These are the flags that are found in txn->flags */