BUILD: pattern: include errno.h
authorJerome Magnin <jmagnin@haproxy.com>
Fri, 17 Jan 2020 17:01:20 +0000 (18:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Jan 2020 17:30:06 +0000 (18:30 +0100)
commitb8bd6d7efd6db5d964eae902e8f3c09a757b12a9
tree12825d5e7b8d630b91aac20ec800a9a2b35ba924
parent3381bf89e39f020855e41ac00489d4f79d2308b7
BUILD: pattern: include errno.h

Commit 3c79d4bdc introduced the use of errno in pattern.c without
including errno.h.
If we build haproxy without any option errno is not defined and the
build fails.
src/pattern.c