summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-transaction.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-10-07 23:38:03 +0200
committerGitHub <noreply@github.com>2016-10-07 23:38:03 +0200
commit3157b2d9d25e359b0771ecbe1a6c866de141a800 (patch)
treef64f524b36d4796ca3ed55f2f50bc87e4d651db1 /src/resolve/resolved-dns-transaction.h
parentf767d3de652ec18c84ff0b99b1c4430269501e51 (diff)
parent1ae43295751fc235e7f93719a635a5b06f3ac09b (diff)
Merge pull request #4061 from dm0-/coreos-1545
resolved: add an option to disable the stub resolver
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;