diff options
author | Francis Dupont <fdupont@isc.org> | 2024-11-18 09:19:34 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2024-11-22 09:55:31 +0100 |
commit | 8e439a90ba0c2d8f77f7ca72602c24ed3badab27 (patch) | |
tree | d28995cc58e08c06e093993921f2db6e73437a4a /src | |
parent | [#3609] Checkpoint: regenerated get_config_unittest.cc (diff) | |
download | kea-8e439a90ba0c2d8f77f7ca72602c24ed3badab27.tar.xz kea-8e439a90ba0c2d8f77f7ca72602c24ed3badab27.zip |
[#3609] Added config.h
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/http/cfg_http_header.cc | 2 |
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> |