X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmem_udp.cc;h=d59244715f7e127af7812487c9d8bfe5a6b8f245;hb=f307354df645d61f872b74102d501068c9443e2e;hp=42dbcb69638fcb4b96a08434a52f4a8071d6654c;hpb=999006a8904a0f08293f1df7bda81bff914b091a;p=awesomized%2Flibmemcached diff --git a/tests/mem_udp.cc b/tests/mem_udp.cc index 42dbcb69..d5924471 100644 --- a/tests/mem_udp.cc +++ b/tests/mem_udp.cc @@ -40,7 +40,7 @@ Sample test application. */ -#include +#include #include using namespace libtest; @@ -63,7 +63,7 @@ using namespace libtest; #include -#include "libmemcached/instance.h" +#include "libmemcached/instance.hpp" #ifndef __INTEL_COMPILER #pragma GCC diagnostic ignored "-Wstrict-aliasing" @@ -566,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);