From: Marcin Siodelski Date: Wed, 19 Dec 2012 17:25:56 +0000 (+0100) Subject: [2544] Include stdint.h in the config_parser.h. X-Git-Tag: bind10-1.0.0-beta-release~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5aab271f44cce29af4344ae8c24da02167deb05;p=thirdparty%2Fkea.git [2544] Include stdint.h in the config_parser.h. Without this header the build fails on CentOS as it does not recognize uint32_t type. --- diff --git a/src/bin/dhcp4/config_parser.h b/src/bin/dhcp4/config_parser.h index 2ee9cf6bb2..cc4c690f28 100644 --- a/src/bin/dhcp4/config_parser.h +++ b/src/bin/dhcp4/config_parser.h @@ -14,6 +14,7 @@ #include #include +#include #include #ifndef DHCP4_CONFIG_PARSER_H