]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] missing header file to fix build failure for sunstudio
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 5 Jul 2011 23:25:05 +0000 (23:25 +0000)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 5 Jul 2011 23:25:05 +0000 (23:25 +0000)
okayed on jabber, pushing directly.

src/lib/acl/tests/sockaddr.h

index f004f7ddcb3ab78783d6bb17893d5222e4b9a4ef..bd304516adbcddabefb719f1103ef3bef8cc9d6b 100644 (file)
@@ -18,6 +18,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netdb.h>
+#include <string.h>
 
 #include <exceptions/exceptions.h>