mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-03 12:03:02 +00:00
BUILD/MINOR: regex: missing header
When HAProxy is compiled with pcre, strlen() is used, but <string.h> is not included. This patch must be backported in 1.6
This commit is contained in:
parent
f085d63099
commit
ec9a58c709
@ -23,6 +23,7 @@
|
||||
#define _COMMON_REGEX_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <common/config.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user