]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dist-recursor
authorKees Monshouwer <mind04@monshouwer.org>
Wed, 24 Jun 2015 11:06:37 +0000 (13:06 +0200)
committermind04 <mind04@monshouwer.org>
Tue, 30 Jun 2015 06:12:51 +0000 (08:12 +0200)
pdns/Makefile-recursor
pdns/misc.hh

index f3cfaee45666ddc186b0996096de701159f12769..234d384ed5bd11bb86759673b15bdf1eebf6a4cc 100644 (file)
@@ -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
index e1aaeab14006265567f1d6aed8acf4edeb7987c0..dace4025769282ac62fefff1e4dd79b20c3fdc00 100644 (file)
@@ -47,6 +47,8 @@ using namespace ::boost::multi_index;
 #include <vector>
 
 #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);