From: Willy Tarreau Date: Wed, 25 Nov 2015 10:29:47 +0000 (+0100) Subject: BUILD/MINOR: http: proto_http.h needs sample.h X-Git-Tag: v1.7-dev1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9579d12f2ee88a00dc418730e315edfc2a8b536d;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/include/types/proto_http.h b/include/types/proto_http.h index a208239469..e5e96679c4 100644 --- a/include/types/proto_http.h +++ b/include/types/proto_http.h @@ -28,6 +28,7 @@ #include #include +#include /* These are the flags that are found in txn->flags */