From f07741d0d57da77c3685f1bfc1c2aee324f6c182 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 11 Nov 2016 07:56:48 +0100 Subject: [PATCH] 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. --- include/types/proto_http.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/types/proto_http.h b/include/types/proto_http.h index 935be8ce6..0c1f50f9b 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 */