Fix for solaris
author <brian@localhost.localdomain> <>
Fri, 18 Jul 2008 05:44:57 +0000 (22:44 -0700)
committer <brian@localhost.localdomain> <>
Fri, 18 Jul 2008 05:44:57 +0000 (22:44 -0700)
ChangeLog
libmemcached/common.h

index 4efa36dc27d4622df9be8ea885b38ed76d73ffee..00bf9758614485cf799372cb299777229efcdfd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.23
+  * Added strings.h header for Solaris 9
+
 0.22 Mon Jul 14 09:24:11 PDT 2008
   * Fix where master key was no being checked for "bad key"
   * Fixed bugs in stats output (thread output was wrong)
index ad6ccd7de6f5821b3a80e263125d4a250652ef56..8cef723a850e1aa2fceeb2f45f99587166cc4226 100644 (file)
@@ -8,6 +8,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <ctype.h>
 #include <sys/types.h>
 #include <sys/socket.h>