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 | 4 |
1 files changed, 2 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 6d1b2d3655..9039bd7aa3 100644 --- a/src/grp-resolve/systemd-resolved/resolved-dns-trust-anchor.h +++ b/src/grp-resolve/systemd-resolved/resolved-dns-trust-anchor.h @@ -19,8 +19,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "resolved-dns-answer.h" -#include "resolved-dns-rr.h" +#include "basic-dns/resolved-dns-answer.h" +#include "basic-dns/resolved-dns-rr.h" #include "systemd-basic/hashmap.h" typedef struct DnsTrustAnchor DnsTrustAnchor; |