BIND 10 trac2902, updated. 39aa6489f86c5aa33e07da05c0f0be4ca2d9d9ae [2902] Added missing headers.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Apr 26 17:13:30 UTC 2013


The branch, trac2902 has been updated
       via  39aa6489f86c5aa33e07da05c0f0be4ca2d9d9ae (commit)
      from  85d28a85b04c5c6a6905c6e018dc9a899afc4494 (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 39aa6489f86c5aa33e07da05c0f0be4ca2d9d9ae
Author: Marcin Siodelski <marcin at isc.org>
Date:   Fri Apr 26 19:13:15 2013 +0200

    [2902] Added missing headers.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcp/iface_mgr_bsd.cc |    1 +
 src/lib/dhcp/iface_mgr_sun.cc |    1 +
 2 files changed, 2 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/iface_mgr_bsd.cc b/src/lib/dhcp/iface_mgr_bsd.cc
index 88a523a..7e43436 100644
--- a/src/lib/dhcp/iface_mgr_bsd.cc
+++ b/src/lib/dhcp/iface_mgr_bsd.cc
@@ -17,6 +17,7 @@
 #if defined(OS_BSD)
 
 #include <dhcp/iface_mgr.h>
+#include <dhcp/pkt_filter_inet.h>
 #include <exceptions/exceptions.h>
 
 using namespace std;
diff --git a/src/lib/dhcp/iface_mgr_sun.cc b/src/lib/dhcp/iface_mgr_sun.cc
index 45aae96..ab9d43e 100644
--- a/src/lib/dhcp/iface_mgr_sun.cc
+++ b/src/lib/dhcp/iface_mgr_sun.cc
@@ -17,6 +17,7 @@
 #if defined(OS_SUN)
 
 #include <dhcp/iface_mgr.h>
+#include <dhcp/pkt_filter_inet.h>
 #include <exceptions/exceptions.h>
 
 using namespace std;



More information about the bind10-changes mailing list