Fix all include location, and drop versions of the library that were never shipped.
[awesomized/libmemcached] / tests / memrm.cc
index 5c3b6d529c3918f52d3a65e7f059c2bcd7e145f5..1f5f722ac8faf034044ddacb873d7f305225dbcc 100644 (file)
@@ -42,7 +42,7 @@
 #include <config.h>
 
 #include <libtest/test.hpp>
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
 
 using namespace libtest;
 
@@ -161,7 +161,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);