Add purge before get.
[awesomized/libmemcached] / tests / test.c
index 45ee3ab46e9f07454d68384f78fdd9117470018d..348df72bd9beb00464c444884de10e56306b2dfd 100644 (file)
@@ -9,19 +9,23 @@
 /*
   Sample test application.
 */
+
+#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)