Browse Source

[3970] Added missing includes in WatchSocket.

Marcin Siodelski 9 years ago
parent
commit
b8564fcc7d
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/lib/util/watch_socket.cc
  2. 1 0
      src/lib/util/watch_socket.h

+ 1 - 0
src/lib/util/watch_socket.cc

@@ -19,6 +19,7 @@
 
 
 #include <fcntl.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <errno.h>
+#include <string.h>
 #include <sys/select.h>
 #include <sys/select.h>
 
 
 namespace isc {
 namespace isc {

+ 1 - 0
src/lib/util/watch_socket.h

@@ -22,6 +22,7 @@
 #include <boost/shared_ptr.hpp>
 #include <boost/shared_ptr.hpp>
 
 
 #include <stdint.h>
 #include <stdint.h>
+#include <string>
 
 
 namespace isc {
 namespace isc {
 namespace util {
 namespace util {