BUILD: ssl: ssl_utils requires chunk.h

It uses chunk_printf() so it needs it. Currently it gets it through
others.
This commit is contained in:
Willy Tarreau 2021-05-08 12:52:56 +02:00
parent 15f9ac3c59
commit cb72b7e028

View File

@ -14,6 +14,7 @@
#include <haproxy/api.h> #include <haproxy/api.h>
#include <haproxy/buf-t.h> #include <haproxy/buf-t.h>
#include <haproxy/chunk.h>
#include <haproxy/openssl-compat.h> #include <haproxy/openssl-compat.h>
#include <haproxy/ssl_sock.h> #include <haproxy/ssl_sock.h>