]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolved: add missed io-util.h header to resolved-dnstls-openssl.c
authorAleksei Timofeyev <aleksei.timofeyev@gmail.com>
Sat, 1 Dec 2018 09:10:08 +0000 (14:10 +0500)
committerLennart Poettering <lennart@poettering.net>
Sat, 1 Dec 2018 11:49:01 +0000 (12:49 +0100)
Regression after commit 5cfa2c3dc09ffed1

src/resolve/resolved-dnstls-openssl.c

index bdd37a637f28bb5f31723e8e7ccfa9b00679bc95..ccd35671ebf96fbd7d77e4862da8a6e0ec47a97e 100644 (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);