1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

resolved: Fix build error due to missing include.

This commit is contained in:
Daan De Meyer 2020-05-07 11:51:02 +02:00 committed by Vito Caputo
parent 48a3b5c6db
commit d402edb764

View 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);