Bump up version we test for binary protocol (per advice from Dormando).
[awesomized/libmemcached] / clients / memcat.c
index d0a6b38faf769e8e2a3c87b11d7c0a524f850555..5c7a512f2763e9b2214c610f8be841e83d5b731c 100644 (file)
@@ -9,7 +9,8 @@
  *
  */
 
-#include "libmemcached/common.h"
+#include "config.h"
+
 #include <stdio.h>
 #include <inttypes.h>
 #include <string.h>
@@ -47,6 +48,7 @@ int main(int argc, char *argv[])
   int return_code= 0;
 
   options_parse(argc, argv);
+  initialize_sockets();
 
   if (!opt_servers)
   {