diff options
author | David Michael <david.michael@coreos.com> | 2016-09-01 00:33:21 +0200 |
---|---|---|
committer | David Michael <david.michael@coreos.com> | 2016-09-01 00:33:21 +0200 |
commit | 07f264e40a36552a11559ff3fd5e07dbdbfad444 (patch) | |
tree | a654b4cee9a171de6548a762c534cf876b22ea1e /src/resolve/resolved-dns-transaction.h | |
parent | resolved: remove unused prototype (diff) | |
download | systemd-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.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; |