diff options
author | David Michael <david.michael@coreos.com> | 2016-08-31 15:33:21 -0700 |
---|---|---|
committer | David Michael <david.michael@coreos.com> | 2016-08-31 15:33:21 -0700 |
commit | 07f264e40a36552a11559ff3fd5e07dbdbfad444 (patch) | |
tree | a654b4cee9a171de6548a762c534cf876b22ea1e /src/resolve/resolved-dns-transaction.h | |
parent | 082d0c5ced26ff7efda97de3e1ade5c85f595765 (diff) |
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.h | 2 |
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; |