Updating test case such that we output version information and correctly set
[m6w6/libmemcached] / clients / memstat.c
index e3e4e901d443dfca11b36146eee34cd0a4397248..765e7ab7e4b0047dc80ebea010d9d728d8e17107 100644 (file)
@@ -17,7 +17,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <sys/mman.h>
 #include <fcntl.h>
 #include <string.h>
 #include <getopt.h>
@@ -85,6 +84,7 @@ int main(int argc, char *argv[])
   memcached_server_st *servers;
 
   options_parse(argc, argv);
+  initialize_sockets();
 
   if (! opt_servers)
   {