BIND 10 trac1237, updated. aaea8925c243f6ead71f368de54ad27cfd19ef6b [1237] Mac OS X compilation fix in src/lib/dhcp/iface_mgr_bsd.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Dec 13 14:29:39 UTC 2011


The branch, trac1237 has been updated
       via  aaea8925c243f6ead71f368de54ad27cfd19ef6b (commit)
      from  0b13e5293e643ab9098ab32579b5435beeaff9a1 (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 aaea8925c243f6ead71f368de54ad27cfd19ef6b
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Tue Dec 13 15:29:17 2011 +0100

    [1237] Mac OS X compilation fix in src/lib/dhcp/iface_mgr_bsd.cc

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/iface_mgr_bsd.cc b/src/lib/dhcp/iface_mgr_bsd.cc
index 8cab7ea..6b7f49d 100644
--- a/src/lib/dhcp/iface_mgr_bsd.cc
+++ b/src/lib/dhcp/iface_mgr_bsd.cc
@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include <dhcp6/iface_mgr.h>
+#include <dhcp/iface_mgr.h>
 #include <exceptions/exceptions.h>
 
 using namespace std;




More information about the bind10-changes mailing list