summaryrefslogtreecommitdiff
path: root/src/grp-resolve/systemd-resolved/resolved-dns-query.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 03:37:17 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 03:37:17 -0400
commit2e2f4ab33afd09e5b4ad3abe75e871cbb21961d4 (patch)
treebe840d9b1e9b7ac4ac57d9320383a666c7aeb0eb /src/grp-resolve/systemd-resolved/resolved-dns-query.c
parentde98d9505cd1f2b7f508088efe68cb0a95f8ef88 (diff)
libbasic-dns
Diffstat (limited to 'src/grp-resolve/systemd-resolved/resolved-dns-query.c')
-rw-r--r--src/grp-resolve/systemd-resolved/resolved-dns-query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-resolve/systemd-resolved/resolved-dns-query.c b/src/grp-resolve/systemd-resolved/resolved-dns-query.c
index 5b5cc8b532..7c270ccd2b 100644
--- a/src/grp-resolve/systemd-resolved/resolved-dns-query.c
+++ b/src/grp-resolve/systemd-resolved/resolved-dns-query.c
@@ -17,7 +17,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include "dns-type.h"
+#include "basic-dns/dns-type.h"
#include "sd-netlink/local-addresses.h"
#include "systemd-basic/alloc-util.h"
#include "systemd-basic/hostname-util.h"