BIND 10 master, updated. b6c08e3ac581afd21e033808bdcf7c96f83f0ef4 Add missing include for uint16_t
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 28 10:45:43 UTC 2012
The branch, master has been updated
via b6c08e3ac581afd21e033808bdcf7c96f83f0ef4 (commit)
from c2d13346d9c16ba018a4f154c6862c3f9b208a82 (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 b6c08e3ac581afd21e033808bdcf7c96f83f0ef4
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Feb 28 11:22:09 2012 +0100
Add missing include for uint16_t
-----------------------------------------------------------------------
Summary of changes:
src/lib/asiodns/sync_udp_server.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/asiodns/sync_udp_server.h b/src/lib/asiodns/sync_udp_server.h
index 5b42e03..f21d3e5 100644
--- a/src/lib/asiodns/sync_udp_server.h
+++ b/src/lib/asiodns/sync_udp_server.h
@@ -30,6 +30,8 @@
#include <boost/noncopyable.hpp>
+#include <stdint.h>
+
namespace isc {
namespace asiodns {
More information about the bind10-changes
mailing list