BIND 10 master, updated. 61992b3bdb4d128971e459da4e6d741a48ad01d1 [master] Add more missing includes (doesn't compile on OpenBSD otherwise)
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 15 11:19:51 UTC 2012
The branch, master has been updated
via 61992b3bdb4d128971e459da4e6d741a48ad01d1 (commit)
from d05c01185756886ce13c49610a813eeb4288a04f (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 61992b3bdb4d128971e459da4e6d741a48ad01d1
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Mar 15 15:18:01 2012 +0530
[master] Add more missing includes (doesn't compile on OpenBSD otherwise)
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/auth_srv.cc | 1 +
src/bin/resolver/resolver.cc | 1 +
src/lib/server_common/tests/client_unittest.cc | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/auth_srv.cc b/src/bin/auth/auth_srv.cc
index cb6ebfd..2489945 100644
--- a/src/bin/auth/auth_srv.cc
+++ b/src/bin/auth/auth_srv.cc
@@ -14,6 +14,7 @@
#include <config.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <algorithm>
diff --git a/src/bin/resolver/resolver.cc b/src/bin/resolver/resolver.cc
index e7f242e..711379e 100644
--- a/src/bin/resolver/resolver.cc
+++ b/src/bin/resolver/resolver.cc
@@ -15,6 +15,7 @@
#include <config.h>
#include <stdint.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <algorithm>
diff --git a/src/lib/server_common/tests/client_unittest.cc b/src/lib/server_common/tests/client_unittest.cc
index 287a926..c8db846 100644
--- a/src/lib/server_common/tests/client_unittest.cc
+++ b/src/lib/server_common/tests/client_unittest.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 <string.h>
More information about the bind10-changes
mailing list