diff options
Diffstat (limited to 'src/bin/lfc/lfc_log.cc')
-rw-r--r-- | src/bin/lfc/lfc_log.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/lfc/lfc_log.cc b/src/bin/lfc/lfc_log.cc index 91e7765465..1a21b357e1 100644 --- a/src/bin/lfc/lfc_log.cc +++ b/src/bin/lfc/lfc_log.cc @@ -6,6 +6,8 @@ /// Defines the logger used by the top-level component of kea-lfc. +#include <config.h> + #include <lfc/lfc_log.h> namespace isc { |