BIND 10 trac2185, updated. 569e7f0737f69d0c2768bdc02f0b0961e992a24c [2185] Add include for NULL definition
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Feb 14 07:51:16 UTC 2014
The branch, trac2185 has been updated
via 569e7f0737f69d0c2768bdc02f0b0961e992a24c (commit)
from 506b5310b54aa834f2a1dcdff167f91a07b974fa (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 569e7f0737f69d0c2768bdc02f0b0961e992a24c
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Feb 14 13:09:47 2014 +0530
[2185] Add include for NULL definition
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/rdata_pimpl_holder.h | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata_pimpl_holder.h b/src/lib/dns/rdata_pimpl_holder.h
index 4564405..2705dd8 100644
--- a/src/lib/dns/rdata_pimpl_holder.h
+++ b/src/lib/dns/rdata_pimpl_holder.h
@@ -17,6 +17,8 @@
#include <boost/noncopyable.hpp>
+#include <cstddef> // for NULL
+
namespace isc {
namespace dns {
namespace rdata {
More information about the bind10-changes
mailing list