Add option -P and -T to memcapable
[m6w6/libmemcached] / tests / test.c
index 215218c5f068e5a3f9bfc26c26a419d03bf9cd72..348df72bd9beb00464c444884de10e56306b2dfd 100644 (file)
 
 #include "config.h"
 
+#include <unistd.h>
+
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/wait.h>
 #include <unistd.h>
 #include <time.h>
-#include <fnmatch.h>
 #include <stdint.h>
 
 #include "libmemcached/memcached.h"
+
 #include "test.h"
 
 static void world_stats_print(world_stats_st *stats)