diff options
Diffstat (limited to 'src/bin/dhcp6/parser_context.cc')
-rw-r--r-- | src/bin/dhcp6/parser_context.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/dhcp6/parser_context.cc b/src/bin/dhcp6/parser_context.cc index 0ed107886f..f76df94ed3 100644 --- a/src/bin/dhcp6/parser_context.cc +++ b/src/bin/dhcp6/parser_context.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 <dhcp6/parser_context.h> #include <dhcp6/dhcp6_parser.h> #include <exceptions/exceptions.h> |