Fix for OSX
authorBrian Aker <brian@tangent.org>
Wed, 17 Oct 2007 23:05:24 +0000 (16:05 -0700)
committerBrian Aker <brian@tangent.org>
Wed, 17 Oct 2007 23:05:24 +0000 (16:05 -0700)
include/memcached.h

index a705550ed9edd73d821eff47c3b2f03b1b06e8b6..023ba425e9ce239ec517a1294a88de5ce5ec1934 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <stdlib.h>
 #include <stdint.h>
+#include <sys/types.h>
 
 #ifdef __cplusplus
 extern "C" {