From d72aaada16a2a9af6296dd92c3f37a616c680cfe Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Wed, 24 Jun 2015 13:06:37 +0200 Subject: [PATCH] dist-recursor --- pdns/Makefile-recursor | 2 +- pdns/misc.hh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pdns/Makefile-recursor b/pdns/Makefile-recursor index f3cfaee456..234d384ed5 100644 --- a/pdns/Makefile-recursor +++ b/pdns/Makefile-recursor @@ -27,7 +27,7 @@ version.o responsestats.o webserver.o ext/yahttp/yahttp/reqresp.o ext/yahttp/yah rec-carbon.o secpoll-recursor.o lua-iputils.o iputils.o dnsname.o REC_CONTROL_OBJECTS=rec_channel.o rec_control.o arguments.o misc.o \ - unix_utility.o logger.o qtype.o + unix_utility.o logger.o qtype.o dnslabeltext.o dnsname.o # what we need all: message build diff --git a/pdns/misc.hh b/pdns/misc.hh index e1aaeab140..dace402576 100644 --- a/pdns/misc.hh +++ b/pdns/misc.hh @@ -47,6 +47,8 @@ using namespace ::boost::multi_index; #include #include "namespaces.hh" +#include "dnsname.hh" + typedef enum { TSIG_MD5, TSIG_SHA1, TSIG_SHA224, TSIG_SHA256, TSIG_SHA384, TSIG_SHA512, TSIG_GSS } TSIGHashEnum; bool chopOff(string &domain); -- 2.47.2