summaryrefslogtreecommitdiffstats
path: root/src/resolve/resolved-dns-transaction.h
diff options
context:
space:
mode:
authorDavid Michael <david.michael@coreos.com>2016-09-01 00:33:21 +0200
committerDavid Michael <david.michael@coreos.com>2016-09-01 00:33:21 +0200
commit07f264e40a36552a11559ff3fd5e07dbdbfad444 (patch)
treea654b4cee9a171de6548a762c534cf876b22ea1e /src/resolve/resolved-dns-transaction.h
parentresolved: remove unused prototype (diff)
downloadsystemd-07f264e40a36552a11559ff3fd5e07dbdbfad444.tar.xz
systemd-07f264e40a36552a11559ff3fd5e07dbdbfad444.zip
resolved: directly include some required headers instead of inheriting
Diffstat (limited to 'src/resolve/resolved-dns-transaction.h')
-rw-r--r--src/resolve/resolved-dns-transaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resolve/resolved-dns-transaction.h b/src/resolve/resolved-dns-transaction.h
index 96b066845d..5a1df70422 100644
--- a/src/resolve/resolved-dns-transaction.h
+++ b/src/resolve/resolved-dns-transaction.h
@@ -59,6 +59,8 @@ enum DnsTransactionSource {
#include "resolved-dns-packet.h"
#include "resolved-dns-question.h"
#include "resolved-dns-scope.h"
+#include "resolved-dns-server.h"
+#include "resolved-dns-stream.h"
struct DnsTransaction {
DnsScope *scope;