From b0f7d001d5b07d9249d0efb7d8d2d5edb5021a28 Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Thu, 26 Aug 2010 08:39:12 +0000 Subject: [PATCH] make sure rec_control builds again git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1696 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/rec_control.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pdns/rec_control.cc b/pdns/rec_control.cc index 4658cb648..be79ed4bc 100644 --- a/pdns/rec_control.cc +++ b/pdns/rec_control.cc @@ -23,6 +23,11 @@ using namespace std; +#ifndef RECURSOR +#include "statbag.hh" +StatBag S; +#endif + ArgvMap &arg() { static ArgvMap arg; -- 2.40.0