summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/host.cc
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2024-01-29 17:00:41 +0100
committerThomas Markwalder <tmark@isc.org>2024-02-07 14:58:47 +0100
commitb75e0f4c5091bd5dc624085bc6c9fe54246e184a (patch)
treed2eb3699dcb48aacd6002a1c976ec3304a2acd14 /src/lib/dhcpsrv/host.cc
parent[#2022] Added PARK status handle (diff)
downloadkea-b75e0f4c5091bd5dc624085bc6c9fe54246e184a.tar.xz
kea-b75e0f4c5091bd5dc624085bc6c9fe54246e184a.zip
[#3209] Initial commit
Rewrote encoding/decoding. src/lib/util/Makefile.am Removed old files, added encode.cc, encode.h src/lib/util/encode/encode.* New implemenentation encoding and decoding not based on boost.
Diffstat (limited to 'src/lib/dhcpsrv/host.cc')
-rw-r--r--src/lib/dhcpsrv/host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/host.cc b/src/lib/dhcpsrv/host.cc
index 47502c0f9e..4390dba322 100644
--- a/src/lib/dhcpsrv/host.cc
+++ b/src/lib/dhcpsrv/host.cc
@@ -13,7 +13,7 @@
#include <dhcpsrv/host.h>
#include <exceptions/exceptions.h>
-#include <util/encode/hex.h>
+#include <util/encode/encode.h>
#include <util/strutil.h>
#include <boost/foreach.hpp>