Fix all include location, and drop versions of the library that were never shipped.
[awesomized/libmemcached] / example / t / memcached_light.cc
index 9158b1425de8dd34c95d164e66015c7eaa58ed3b..c5956b24c3840ab3e0b096de18178f018a195dc5 100644 (file)
@@ -42,7 +42,7 @@
 #include <config.h>
 
 #include <libtest/test.hpp>
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
 
 #include "tests/libmemcached-1.0/memcached_get.h"
 
@@ -238,7 +238,7 @@ static bool world_destroy(void *object)
 }
 
 
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
 {
   world->create(world_create);
   world->destroy(world_destroy);