BIND 10 trac2837, updated. 02fb3337a339f2043183ae66062a774ae6375e83 [2837] Added include of <string.h> to HWAddr.cc. Compile on OS/X without, but not on Debian.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 15 19:38:20 UTC 2013


The branch, trac2837 has been updated
       via  02fb3337a339f2043183ae66062a774ae6375e83 (commit)
      from  ab624f466e084edecb4a6299a56f8d33282a1ba0 (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 02fb3337a339f2043183ae66062a774ae6375e83
Author: Thomas Markwalder <tmark at isc.org>
Date:   Fri Mar 15 15:36:34 2013 -0400

    [2837] Added include of <string.h> to HWAddr.cc. Compile on OS/X
    without, but not on Debian.

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

Summary of changes:
 src/lib/dhcp/hwaddr.cc |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/hwaddr.cc b/src/lib/dhcp/hwaddr.cc
index 9e6eaf4..9b7cf5b 100644
--- a/src/lib/dhcp/hwaddr.cc
+++ b/src/lib/dhcp/hwaddr.cc
@@ -18,6 +18,7 @@
 #include <iomanip>
 #include <sstream>
 #include <vector>
+#include <string.h>
 
 namespace isc {
 namespace dhcp {



More information about the bind10-changes mailing list