]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3970] Added missing includes in WatchSocket.
authorMarcin Siodelski <marcin@isc.org>
Thu, 3 Sep 2015 13:51:04 +0000 (15:51 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 3 Sep 2015 13:51:04 +0000 (15:51 +0200)
src/lib/util/watch_socket.cc
src/lib/util/watch_socket.h

index 9f496d9e0e7c5bf0d092a0e25133d959068a6df1..8bc3bd38ecf927ba1c331670e661d6da6b8d35fe 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <fcntl.h>
 #include <errno.h>
+#include <string.h>
 #include <sys/select.h>
 
 namespace isc {
index 4e106eb827d9ef46b29b0cd7e6b5530d5959aa36..ccff7af04384b9f2878611f5cfb28191a1f8422b 100644 (file)
@@ -22,6 +22,7 @@
 #include <boost/shared_ptr.hpp>
 
 #include <stdint.h>
+#include <string>
 
 namespace isc {
 namespace util {