BIND 10 trac2414, updated. beca6b4aefcb8aeb6f54added3bcd025c2196613 [2414] Compilation fix for FreeBSD
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 7 21:40:40 UTC 2012
The branch, trac2414 has been updated
via beca6b4aefcb8aeb6f54added3bcd025c2196613 (commit)
from 9d9c83375c4fd9d67436030bbfc6f285e271d399 (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 beca6b4aefcb8aeb6f54added3bcd025c2196613
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Wed Nov 7 16:40:31 2012 -0500
[2414] Compilation fix for FreeBSD
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/memfile_lease_mgr.cc | 1 +
1 file changed, 1 insertion(+)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/memfile_lease_mgr.cc b/src/lib/dhcp/memfile_lease_mgr.cc
index c10c4e9..63023c4 100644
--- a/src/lib/dhcp/memfile_lease_mgr.cc
+++ b/src/lib/dhcp/memfile_lease_mgr.cc
@@ -12,6 +12,7 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
+#include <iostream>
#include "memfile_lease_mgr.h"
using namespace isc::dhcp;
More information about the bind10-changes
mailing list