Browse Source

[2414] Compilation fix for Solaris

Tomek Mrugalski 12 years ago
parent
commit
961921abc4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dhcp/alloc_engine.cc

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

@@ -13,6 +13,7 @@
 // PERFORMANCE OF THIS SOFTWARE.
 
 #include <alloc_engine.h>
+#include <string.h>
 
 using namespace isc::asiolink;