diff options
Diffstat (limited to 'lib/resolver.c')
-rw-r--r-- | lib/resolver.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/resolver.c b/lib/resolver.c index e5caadb2d..c01284e29 100644 --- a/lib/resolver.c +++ b/lib/resolver.c @@ -19,6 +19,9 @@ #include "lib_errors.h" #include "resolver.h" #include "command.h" +#include "xref.h" + +XREF_SETUP() struct resolver_state { ares_channel channel; |