Fix reference to not common include.
[awesomized/libmemcached] / tests / cycle.cc
index 679473eadd02c823b19dbc98502e5dcddfddee0a..e18037df3aaabea03f8deae88dc73ea9850ecbe8 100644 (file)
@@ -43,7 +43,7 @@
 #include <libtest/test.hpp>
 
 using namespace libtest;
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
 
 static test_return_t server_startup_single_TEST(void *obj)
 {
@@ -127,7 +127,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error)
   return &servers;
 }
 
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
 {
   world->collections(collection);
   world->create(world_create);