Parcourir la source

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

Thomas Markwalder il y a 12 ans
Parent
commit
02fb3337a3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {