Turned on more warnings, and fixed the errors. Moved common.h, which includes
[awesomized/libmemcached] / tests / atomsmasher.c
index 08aa86f7f7cb3d72f30cb15ba4efb12ca97a8240..500e2e8e1aaec308c39a541dad30ad6609344587 100644 (file)
@@ -1,6 +1,8 @@
 /*
   Sample test application.
 */
+#include "libmemcached/common.h"
+
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -11,7 +13,6 @@
 #include <unistd.h>
 #include <time.h>
 #include "server.h"
-#include "../libmemcached/common.h"
 #include "../clients/generator.h"
 #include "../clients/execute.h"