X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fskiptest.cc;h=098a575335cbe0759fc894b4645d9bbd3de820f2;hb=538ce08e1871cfa9e409455fd82f9f948635c135;hp=354e2db134723eea9d9f79a1cf3b1fb29ea1ab97;hpb=23bbe3972dada1e21493437ba64be129e86b59fc;p=awesomized%2Flibmemcached diff --git a/libtest/skiptest.cc b/libtest/skiptest.cc index 354e2db1..098a5753 100644 --- a/libtest/skiptest.cc +++ b/libtest/skiptest.cc @@ -34,7 +34,7 @@ * */ -#include +#include "libtest/yatlcon.h" #include @@ -51,7 +51,7 @@ static void *world_create(server_startup_st&, test_return_t& rc) return NULL; } -void get_world(Framework *world) +void get_world(libtest::Framework *world) { world->create(world_create); }