]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD/MINOR: http: proto_http.h needs sample.h
authorWilly Tarreau <w@1wt.eu>
Wed, 25 Nov 2015 10:29:47 +0000 (11:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Nov 2015 09:24:48 +0000 (10:24 +0100)
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

index a208239469f25d7fac89ef1392aa6d81fdf0bbe3..e5e96679c4c405cd0427785e08effaa2a2fb2201 100644 (file)
@@ -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 */