]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolved: Fix build error due to missing include.
authorDaan De Meyer <daan.de_meyer@otnsystems.com>
Thu, 7 May 2020 09:51:02 +0000 (11:51 +0200)
committerVito Caputo <vcaputo@pengaru.com>
Thu, 7 May 2020 10:05:50 +0000 (03:05 -0700)
src/resolve/resolved-dnstls-openssl.c

index 7763cbcb5acb31add7153b05a78f57cf3e4020bf..f95738649df7115ce02af3af612335fc602db05e 100644 (file)
@@ -11,6 +11,7 @@
 #include "io-util.h"
 #include "resolved-dns-stream.h"
 #include "resolved-dnstls.h"
+#include "resolved-manager.h"
 
 DEFINE_TRIVIAL_CLEANUP_FUNC(SSL*, SSL_free);
 DEFINE_TRIVIAL_CLEANUP_FUNC(BIO*, BIO_free);