BIND 10 master, updated. ddca3c089d371b29e69960049770aaf4f0e22fea Added <unistd.h> include reported to fix a Solaris build.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 13 08:48:35 UTC 2013
The branch, master has been updated
via ddca3c089d371b29e69960049770aaf4f0e22fea (commit)
from 6409bf0fb2fcb3d60c664009be730f1a71fdac54 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ddca3c089d371b29e69960049770aaf4f0e22fea
Author: Shane Kerr <shane at isc.org>
Date: Wed Feb 13 09:47:51 2013 +0100
Added <unistd.h> include reported to fix a Solaris build.
-----------------------------------------------------------------------
Summary of changes:
src/lib/util/io/socketsession.cc | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/util/io/socketsession.cc b/src/lib/util/io/socketsession.cc
index 4acca92..1885b1c 100644
--- a/src/lib/util/io/socketsession.cc
+++ b/src/lib/util/io/socketsession.cc
@@ -14,6 +14,8 @@
#include <config.h>
+#include <unistd.h>
+
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
More information about the bind10-changes
mailing list