BIND 10 master, updated. 237f4b641cf9fe63d28a5f283511c221bbb61cb9 [master] adding missing header file to include (sys/types for sys/socket)
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 23 23:27:31 UTC 2012
The branch, master has been updated
via 237f4b641cf9fe63d28a5f283511c221bbb61cb9 (commit)
from 86daa84368ac9a61c6df7c4557f701a254d1a440 (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 237f4b641cf9fe63d28a5f283511c221bbb61cb9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 23 23:27:26 2012 +0000
[master] adding missing header file to include (sys/types for sys/socket)
build on openbsd fails without this.
should be trivial, so commiting this at my discretion.
-----------------------------------------------------------------------
Summary of changes:
src/lib/util/io/sockaddr_util.h | 1 +
1 file changed, 1 insertion(+)
-----------------------------------------------------------------------
diff --git a/src/lib/util/io/sockaddr_util.h b/src/lib/util/io/sockaddr_util.h
index 9b4a0cb..0cd7c7b 100644
--- a/src/lib/util/io/sockaddr_util.h
+++ b/src/lib/util/io/sockaddr_util.h
@@ -15,6 +15,7 @@
#ifndef __SOCKADDR_UTIL_H_
#define __SOCKADDR_UTIL_H_ 1
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
More information about the bind10-changes
mailing list