From: Thierry FOURNIER Date: Thu, 26 Nov 2015 18:33:54 +0000 (+0100) Subject: BUILD/MINOR: regex: missing header X-Git-Tag: v1.7-dev2~169 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec9a58c709cda996bf71288e5f6047f8f8677995;p=thirdparty%2Fhaproxy.git BUILD/MINOR: regex: missing header When HAProxy is compiled with pcre, strlen() is used, but is not included. This patch must be backported in 1.6 --- diff --git a/include/common/regex.h b/include/common/regex.h index 30a5e3fc7f..8a1703f8c7 100644 --- a/include/common/regex.h +++ b/include/common/regex.h @@ -23,6 +23,7 @@ #define _COMMON_REGEX_H #include +#include #include