]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix #include "logging.hh", it should not be conditional 11203/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 18 Jan 2022 11:41:05 +0000 (12:41 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 18 Jan 2022 11:41:05 +0000 (12:41 +0100)
pdns/recursordist/rec-main.cc

index 21f6f8b0f3dc21038a8b1c33e34db51d039a5ab8..8e13dc69af2e1aec038af29b2c18548309ed6092 100644 (file)
 #include "ws-recursor.hh"
 #include "rec-taskqueue.hh"
 #include "secpoll-recursor.hh"
+#include "logging.hh"
 
 #ifdef NOD_ENABLED
 #include "nod.hh"
-#include "logging.hh"
 #endif /* NOD_ENABLED */
 
 #ifdef HAVE_LIBSODIUM