diff options
Diffstat (limited to 'src/grp-resolve/systemd-resolved/resolved-dns-trust-anchor.h')
-rw-r--r-- | src/grp-resolve/systemd-resolved/resolved-dns-trust-anchor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/grp-resolve/systemd-resolved/resolved-dns-trust-anchor.h b/src/grp-resolve/systemd-resolved/resolved-dns-trust-anchor.h index ee5cda0748..193e4a6923 100644 --- a/src/grp-resolve/systemd-resolved/resolved-dns-trust-anchor.h +++ b/src/grp-resolve/systemd-resolved/resolved-dns-trust-anchor.h @@ -20,11 +20,12 @@ ***/ #include "basic/hashmap.h" -#include "resolved-dns-answer.h" -#include "resolved-dns-rr.h" typedef struct DnsTrustAnchor DnsTrustAnchor; +#include "resolved-dns-answer.h" +#include "resolved-dns-rr.h" + /* This contains a fixed database mapping domain names to DS or DNSKEY records. */ struct DnsTrustAnchor { |