diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2018-09-21 16:57:43 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2018-09-21 18:00:38 +0200 |
commit | 87479e979ca3d3025cb4129ace991a59e32e0f62 (patch) | |
tree | e7870aca5b4ab7dae782f995c1f3f94535920c48 /src/bin/lfc/lfc_controller.cc | |
parent | [master] Updated git hash (diff) | |
download | kea-87479e979ca3d3025cb4129ace991a59e32e0f62.tar.xz kea-87479e979ca3d3025cb4129ace991a59e32e0f62.zip |
[#137,!42] Kea version moved to separate header.
Diffstat (limited to 'src/bin/lfc/lfc_controller.cc')
-rw-r--r-- | src/bin/lfc/lfc_controller.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/lfc/lfc_controller.cc b/src/bin/lfc/lfc_controller.cc index 0a4b12ce74..1bf3b9932c 100644 --- a/src/bin/lfc/lfc_controller.cc +++ b/src/bin/lfc/lfc_controller.cc @@ -5,6 +5,7 @@ // file, You can obtain one at http://mozilla.org/MPL/2.0/. #include <config.h> +#include <kea_version.h> #include <lfc/lfc_controller.h> #include <lfc/lfc_log.h> |