From 9579d12f2ee88a00dc418730e315edfc2a8b536d Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 25 Nov 2015 11:29:47 +0100 Subject: [PATCH] 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. --- 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 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 */