BIND 10 trac1641, updated. 9e3c7d57f3144b6992d8967af5a4583aa3d55c62 [1641] Add missing #include of missing header file
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Feb 13 13:40:24 UTC 2012
The branch, trac1641 has been updated
via 9e3c7d57f3144b6992d8967af5a4583aa3d55c62 (commit)
from 78785509428db0da450a2be7e89a342d1200cf0a (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 9e3c7d57f3144b6992d8967af5a4583aa3d55c62
Author: Stephen Morris <stephen at isc.org>
Date: Mon Feb 13 13:39:30 2012 +0000
[1641] Add missing #include of missing header file
"string.h" is requested to define memset().
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/rdata/generic/detail/nsec_bitmap.cc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata/generic/detail/nsec_bitmap.cc b/src/lib/dns/rdata/generic/detail/nsec_bitmap.cc
index a289e35..86f2379 100644
--- a/src/lib/dns/rdata/generic/detail/nsec_bitmap.cc
+++ b/src/lib/dns/rdata/generic/detail/nsec_bitmap.cc
@@ -22,6 +22,7 @@
#include <sstream>
#include <vector>
#include <stdint.h>
+#include <string.h>
using namespace std;
More information about the bind10-changes
mailing list