BUILD: httpclient: include missing ssl_sock-t

It's needed for SSL_SOCK_VERIFY_NONE.
This commit is contained in:
Willy Tarreau 2021-10-06 11:28:24 +02:00
parent d2d968a9bf
commit 1df20428f1

View File

@ -27,6 +27,7 @@
#include <haproxy/log.h>
#include <haproxy/proxy.h>
#include <haproxy/server.h>
#include <haproxy/ssl_sock-t.h>
#include <haproxy/stream_interface.h>
#include <haproxy/tools.h>