Additional cleanup for config.h
[m6w6/libmemcached] / tests / test.c
index dd64be6933ef287c7bd1c03024791dd7eb903198..215218c5f068e5a3f9bfc26c26a419d03bf9cd72 100644 (file)
@@ -9,6 +9,9 @@
 /*
   Sample test application.
 */
+
+#include "config.h"
+
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
@@ -38,7 +41,7 @@ static void world_stats_print(world_stats_st *stats)
   fprintf(stderr, "\tSucceeded\t\t%u\n", stats->success);
 }
 
-static long int timedif(struct timeval a, struct timeval b)
+long int timedif(struct timeval a, struct timeval b)
 {
   long us, s;