From ec9a58c709cda996bf71288e5f6047f8f8677995 Mon Sep 17 00:00:00 2001 From: Thierry FOURNIER Date: Thu, 26 Nov 2015 19:33:54 +0100 Subject: [PATCH] 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 --- include/common/regex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/common/regex.h b/include/common/regex.h index 30a5e3fc7..8a1703f8c 100644 --- a/include/common/regex.h +++ b/include/common/regex.h @@ -23,6 +23,7 @@ #define _COMMON_REGEX_H #include +#include #include