]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remote_logger.hh: guard config.h include
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 5 Apr 2017 11:04:53 +0000 (13:04 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 7 Apr 2017 10:49:06 +0000 (12:49 +0200)
pdns/remote_logger.hh

index 1a70f3d2188d8443966d8b773f9c98abe9bb2481..33f0bbaef2c6b6c59be82cb4b1b4d94f08ef9b4e 100644 (file)
@@ -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 <atomic>
 #include <condition_variable>