Parcourir la source

[master] Include unistd.h in watch_socket.cc to fix compilation on OpenBSD.

This change was okayed on Jabber.
Marcin Siodelski il y a 8 ans
Parent
commit
75691636ab
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/lib/util/watch_socket.cc

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

@@ -14,6 +14,7 @@
 #include <sstream>
 #include <string.h>
 #include <sys/select.h>
+#include <unistd.h>
 
 namespace isc {
 namespace util {