summaryrefslogtreecommitdiff
path: root/src/grp-resolve/systemd-resolved/test-dnssec-complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-resolve/systemd-resolved/test-dnssec-complex.c')
-rw-r--r--src/grp-resolve/systemd-resolved/test-dnssec-complex.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/grp-resolve/systemd-resolved/test-dnssec-complex.c b/src/grp-resolve/systemd-resolved/test-dnssec-complex.c
index 9662a99409..ef78cd1ea5 100644
--- a/src/grp-resolve/systemd-resolved/test-dnssec-complex.c
+++ b/src/grp-resolve/systemd-resolved/test-dnssec-complex.c
@@ -23,11 +23,12 @@
#include "basic/af-list.h"
#include "basic/alloc-util.h"
-#include "bus-common-errors.h"
-#include "dns-type.h"
#include "basic/random-util.h"
#include "basic/string-util.h"
#include "basic/time-util.h"
+#include "sd-bus/bus-common-errors.h"
+
+#include "dns-type.h"
#define DNS_CALL_TIMEOUT_USEC (45*USEC_PER_SEC)