Fixes a typo/oops that shows up on openbsd.
[m6w6/libmemcached] / clients / memcp.c
index 1dc30631900eed71032fa4424c6201eceed8b9b0..c748c40a6e11668f25e79dc2061fcd0c2633df9b 100644 (file)
@@ -9,7 +9,8 @@
  *
  */
 
-#include "libmemcached/common.h"
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <inttypes.h>
 #include <errno.h>
 #include <strings.h>
 #include <string.h>
+#include <sys/types.h>
+#include <stdlib.h>
+#include <limits.h>
+
 
 #include <libmemcached/memcached.h>