diff options
author | Francis Dupont <fdupont@isc.org> | 2015-04-18 01:39:43 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-04-18 01:39:43 +0200 |
commit | ea6e9d166faa54b1f9781bc56d7d8fee6c87b1f9 (patch) | |
tree | ec5febc3ea56b4ac0e409c8dc2b56c3c5c450ed6 /src/lib/dhcpsrv/cfg_hosts.cc | |
parent | [master] Added ChangeLog entry for #3699. (diff) | |
download | kea-ea6e9d166faa54b1f9781bc56d7d8fee6c87b1f9.tar.xz kea-ea6e9d166faa54b1f9781bc56d7d8fee6c87b1f9.zip |
[master] remove '#include <config.h' from include files (#3782)
Diffstat (limited to 'src/lib/dhcpsrv/cfg_hosts.cc')
-rw-r--r-- | src/lib/dhcpsrv/cfg_hosts.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/cfg_hosts.cc b/src/lib/dhcpsrv/cfg_hosts.cc index 7849e51c0e..352de873fe 100644 --- a/src/lib/dhcpsrv/cfg_hosts.cc +++ b/src/lib/dhcpsrv/cfg_hosts.cc @@ -12,6 +12,7 @@ // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // PERFORMANCE OF THIS SOFTWARE. +#include <config.h> #include <dhcpsrv/cfg_hosts.h> #include <dhcpsrv/hosts_log.h> #include <exceptions/exceptions.h> |