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:
Willy Tarreau 2021-10-06 19:00:49 +02:00
parent b7fc4c4e9f
commit 0d1dd0e894
1 changed files with 1 additions and 0 deletions

View File

@ -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>