BIND 10 master, updated. 1303709492895c08fac466f75069a2cafafb1de5 [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:10:17 UTC 2012


The branch, master has been updated
       via  1303709492895c08fac466f75069a2cafafb1de5 (commit)
      from  77ab7a1390765dead65be7b3a75bfafdee1f6abc (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 1303709492895c08fac466f75069a2cafafb1de5
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu Mar 15 13:36:33 2012 +0530

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

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/acl/ip_check.cc b/src/lib/acl/ip_check.cc
index 76aacca..7192064 100644
--- a/src/lib/acl/ip_check.cc
+++ b/src/lib/acl/ip_check.cc
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <sys/types.h>
 #include <sys/socket.h>
 
 #include <exceptions/exceptions.h>



More information about the bind10-changes mailing list