Browse Source

[master] missing header file to fix build failure for sunstudio
okayed on jabber, pushing directly.

JINMEI Tatuya 14 years ago
parent
commit
db143fb8a9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/acl/tests/sockaddr.h

+ 1 - 0
src/lib/acl/tests/sockaddr.h

@@ -18,6 +18,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netdb.h>
+#include <string.h>
 
 #include <exceptions/exceptions.h>