Browse Source

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

Thomas Markwalder 12 years ago
parent
commit
02fb3337a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dhcp/hwaddr.cc

+ 1 - 0
src/lib/dhcp/hwaddr.cc

@@ -18,6 +18,7 @@
 #include <iomanip>
 #include <sstream>
 #include <vector>
+#include <string.h>
 
 namespace isc {
 namespace dhcp {