From 2977c6bb7101f84598b3a29f70fdffe1ba685b86 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Fri, 5 Jan 2018 23:40:42 +0100 Subject: [PATCH] Avoid including statbag.hh in recursor --- pdns/ws-api.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/ws-api.cc b/pdns/ws-api.cc index dd390380f..2df73657c 100644 --- a/pdns/ws-api.cc +++ b/pdns/ws-api.cc @@ -32,7 +32,9 @@ #include "arguments.hh" #include "dnsparser.hh" #include "responsestats.hh" +#ifndef RECURSOR #include "statbag.hh" +#endif #include #include #include -- 2.50.1