Updated to latest memcached
[awesomized/libmemcached] / tests / mem_udp.cc
index 1bc4096aafca0f32bd95cbe8a6c122c653da5f76..ed657bf4a5fd111cd6946cf81ef6bb7d6f7343d1 100644 (file)
@@ -63,6 +63,8 @@ using namespace libtest;
 
 #include <libtest/server.h>
 
+#include "libmemcached/instance.h"
+
 #ifndef __INTEL_COMPILER
 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
 #endif
@@ -564,7 +566,7 @@ collection_st collection[] ={
 
 #include "tests/libmemcached_world.h"
 
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
 {
   world->collections(collection);