diff options
Diffstat (limited to 'src/grp-resolve/systemd-resolved/resolved-dns-search-domain.c')
-rw-r--r-- | src/grp-resolve/systemd-resolved/resolved-dns-search-domain.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/grp-resolve/systemd-resolved/resolved-dns-search-domain.c b/src/grp-resolve/systemd-resolved/resolved-dns-search-domain.c index 732471027b..7798c498a0 100644 --- a/src/grp-resolve/systemd-resolved/resolved-dns-search-domain.c +++ b/src/grp-resolve/systemd-resolved/resolved-dns-search-domain.c @@ -17,8 +17,9 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "alloc-util.h" -#include "dns-domain.h" +#include "basic/alloc-util.h" +#include "shared/dns-domain.h" + #include "resolved-dns-search-domain.h" int dns_search_domain_new( |