BIND 10 master, updated. 09d97fb51ee5d9d00077a52b3678f94c158a365b [master] Add missing include (doesn't compile on OpenBSD otherwise)

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 15 08:23:32 UTC 2012


The branch, master has been updated
       via  09d97fb51ee5d9d00077a52b3678f94c158a365b (commit)
      from  50a11ee4e494c9a57d43cdfb2af953d6c8565e47 (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 09d97fb51ee5d9d00077a52b3678f94c158a365b
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu Mar 15 13:51:09 2012 +0530

    [master] Add missing include (doesn't compile on OpenBSD otherwise)

-----------------------------------------------------------------------

Summary of changes:
 src/lib/asiolink/io_service.cc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/io_service.cc b/src/lib/asiolink/io_service.cc
index 76d5ee1..124a301 100644
--- a/src/lib/asiolink/io_service.cc
+++ b/src/lib/asiolink/io_service.cc
@@ -14,6 +14,7 @@
 
 #include <config.h>
 
+#include <sys/types.h>
 #include <netinet/in.h>
 #include <sys/socket.h>
 #include <unistd.h>             // for some IPC/network system calls



More information about the bind10-changes mailing list