summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2024-11-18 09:19:34 +0100
committerFrancis Dupont <fdupont@isc.org>2024-11-22 09:55:31 +0100
commit8e439a90ba0c2d8f77f7ca72602c24ed3badab27 (patch)
treed28995cc58e08c06e093993921f2db6e73437a4a /src
parent[#3609] Checkpoint: regenerated get_config_unittest.cc (diff)
downloadkea-8e439a90ba0c2d8f77f7ca72602c24ed3badab27.tar.xz
kea-8e439a90ba0c2d8f77f7ca72602c24ed3badab27.zip
[#3609] Added config.h
Diffstat (limited to 'src')
-rw-r--r--src/lib/http/cfg_http_header.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/http/cfg_http_header.cc b/src/lib/http/cfg_http_header.cc
index 098e95cc3f..fc78a9117f 100644
--- a/src/lib/http/cfg_http_header.cc
+++ b/src/lib/http/cfg_http_header.cc
@@ -4,6 +4,8 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#include <config.h>
+
#include <cc/simple_parser.h>
#include <http/cfg_http_header.h>