BIND 10 trac2436, updated. 2dbb441195792e760669119ea99e945f66a71a69 [2436] Include some headers explicitly
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 9 10:22:21 UTC 2013
The branch, trac2436 has been updated
via 2dbb441195792e760669119ea99e945f66a71a69 (commit)
from 4209615da0b85838cc481a7ad602d7783bfdd78a (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 2dbb441195792e760669119ea99e945f66a71a69
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Jan 9 11:20:08 2013 +0100
[2436] Include some headers explicitly
It worked without this, this is just to make sure it doesn't break.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/zone_loader.cc | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/zone_loader.cc b/src/lib/datasrc/zone_loader.cc
index 41a13ab..fb098ba 100644
--- a/src/lib/datasrc/zone_loader.cc
+++ b/src/lib/datasrc/zone_loader.cc
@@ -24,6 +24,8 @@
#include <dns/rrset.h>
#include <dns/zone_checker.h>
+#include <dns/name.h>
+#include <dns/rrclass.h>
#include <boost/bind.hpp>
More information about the bind10-changes
mailing list