From: Kees Monshouwer Date: Wed, 24 Jun 2015 11:06:37 +0000 (+0200) Subject: dist-recursor X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~58^2~21^2~5^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d72aaada16a2a9af6296dd92c3f37a616c680cfe;p=thirdparty%2Fpdns.git dist-recursor --- 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);