mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#define _COMMON_REGEX_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <common/config.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue