From: Thomas Markwalder Date: Thu, 6 Feb 2014 12:39:59 +0000 (-0500) Subject: [3221] Fixed minor compilation errors in dhcp_ddns::WatchSocket X-Git-Tag: bind10-1.2.0beta1-release~58^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=400bf9a1f5d4e667c72a51255a2477721876d103;p=thirdparty%2Fkea.git [3221] Fixed minor compilation errors in dhcp_ddns::WatchSocket Compilation under Fedora turned a couple of missing includes, errno.h and stdint.h. --- diff --git a/src/lib/dhcp_ddns/watch_socket.cc b/src/lib/dhcp_ddns/watch_socket.cc index 3f2a502412..a123fa2ce7 100644 --- a/src/lib/dhcp_ddns/watch_socket.cc +++ b/src/lib/dhcp_ddns/watch_socket.cc @@ -17,6 +17,8 @@ #include #include +#include + namespace isc { namespace dhcp_ddns { diff --git a/src/lib/dhcp_ddns/watch_socket.h b/src/lib/dhcp_ddns/watch_socket.h index 5d2b310835..d0113f72e0 100644 --- a/src/lib/dhcp_ddns/watch_socket.h +++ b/src/lib/dhcp_ddns/watch_socket.h @@ -21,6 +21,8 @@ #include +#include + namespace isc { namespace dhcp_ddns {