BUILD: cfgparse-ssl: add missing errors.h
ha_warning(), ha_alert() and friends are in errors.h and it used to be inherited via other files.
This commit is contained in:
parent
b7fc4c4e9f
commit
0d1dd0e894
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue