projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7fc4c4
)
BUILD: cfgparse-ssl: add missing errors.h
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 17:00:49 +0000
(19:00 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000
(
01:36
+0200)
ha_warning(), ha_alert() and friends are in errors.h and it used
to be inherited via other files.
src/cfgparse-ssl.c
patch
|
blob
|
history
diff --git
a/src/cfgparse-ssl.c
b/src/cfgparse-ssl.c
index
09bcc64
..
cebab37
100644
(file)
--- a/
src/cfgparse-ssl.c
+++ b/
src/cfgparse-ssl.c
@@
-34,6
+34,7
@@
#include <haproxy/api.h>
#include <haproxy/base64.h>
#include <haproxy/cfgparse.h>
+#include <haproxy/errors.h>
#include <haproxy/listener.h>
#include <haproxy/openssl-compat.h>
#include <haproxy/ssl_sock.h>