]> granicus.if.org Git - pdns/commitdiff
SyncRes: guard config.h include
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 16 Mar 2017 13:53:51 +0000 (14:53 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 4 Apr 2017 15:10:43 +0000 (17:10 +0200)
pdns/syncres.hh

index 2be1a8f739b49bd81b83628e0003eadf68c89e68..84d0c64d932100440a0d025efc448e87bf2162d9 100644 (file)
 #include "ednssubnet.hh"
 #include "filterpo.hh"
 
+#ifdef HAVE_CONFIG_H
 #include "config.h"
+#endif
+
 #ifdef HAVE_PROTOBUF
 #include <boost/uuid/uuid.hpp>
 #include <boost/uuid/uuid_generators.hpp>