When returning CLIENT_ERROR do not close the socket connection (i.e. it should not...
[awesomized/libmemcached] / tests / hashkit_functions.cc
index 4934b55b45c018aba451b8a37058624172ee0fd0..1e9ec7bd009784fdbeb44a4815cac1c446725092 100644 (file)
@@ -35,7 +35,7 @@
  *
  */
 
-#include <config.h>
+#include <mem_config.h>
 #include <libtest/test.hpp>
 
 using namespace libtest;
@@ -562,7 +562,7 @@ static bool world_destroy(void *object)
   return TEST_SUCCESS;
 }
 
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
 {
   world->collections(collection);
   world->create(world_create);