Update all config.h usage.
[awesomized/libmemcached] / tests / memcat.cc
index f70da3be2fab0cabeb26a4f2c60fcc846ad37d69..abbee9e718db3f98c5b4130246f0a9a09ff64182 100644 (file)
   Test that we are cycling the servers we are creating during testing.
 */
 
-#include <config.h>
+#include <mem_config.h>
 
 #include <libtest/test.hpp>
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
 
 using namespace libtest;
 
@@ -141,7 +141,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error)
 }
 
 
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
 {
   world->collections(collection);
   world->create(world_create);