From: Thierry FOURNIER Date: Thu, 19 Jun 2014 11:37:01 +0000 (+0200) Subject: MINOR: missing regex.h include X-Git-Tag: v1.5.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e6129e30de2c4567eff0d57fac50c2cecdc263;p=thirdparty%2Fhaproxy.git MINOR: missing regex.h include --- diff --git a/include/types/proto_http.h b/include/types/proto_http.h index affc231619..12e114171a 100644 --- a/include/types/proto_http.h +++ b/include/types/proto_http.h @@ -25,6 +25,7 @@ #include #include #include +#include #include