]> granicus.if.org Git - pdns/commitdiff
make sure rec_control builds again
authorBert Hubert <bert.hubert@netherlabs.nl>
Thu, 26 Aug 2010 08:39:12 +0000 (08:39 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Thu, 26 Aug 2010 08:39:12 +0000 (08:39 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1696 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/rec_control.cc

index 4658cb64814f170f0d7935c7d9577e9c89217bcf..be79ed4bce02aa56f1aaeb721dd416e5126ecf81 100644 (file)
 
 using namespace std;
 
+#ifndef RECURSOR
+#include "statbag.hh"
+StatBag S;
+#endif
+
 ArgvMap &arg()
 {
   static ArgvMap arg;