From: Pieter Lexis Date: Wed, 5 Apr 2017 11:04:53 +0000 (+0200) Subject: remote_logger.hh: guard config.h include X-Git-Tag: rec-4.1.0-alpha1~166^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f2c7de91609b3b192be8fa0b876f6ab4505a828;p=thirdparty%2Fpdns.git remote_logger.hh: guard config.h include --- diff --git a/pdns/remote_logger.hh b/pdns/remote_logger.hh index 1a70f3d218..33f0bbaef2 100644 --- a/pdns/remote_logger.hh +++ b/pdns/remote_logger.hh @@ -20,7 +20,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include #include