resolved: add missed io-util.h header to resolved-dnstls-openssl.c

Regression after commit 5cfa2c3dc0
This commit is contained in:
Aleksei Timofeyev 2018-12-01 14:10:08 +05:00 committed by Lennart Poettering
parent f5e75e08b0
commit 09e5c07fbd

View File

@ -10,6 +10,8 @@
#include "resolved-dns-stream.h"
#include "resolved-dnstls.h"
#include "io-util.h"
DEFINE_TRIVIAL_CLEANUP_FUNC(SSL*, SSL_free);
DEFINE_TRIVIAL_CLEANUP_FUNC(BIO*, BIO_free);