X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fskiptest.cc;h=098a575335cbe0759fc894b4645d9bbd3de820f2;hb=95474a1687017de0adb2c6ce57c1ab7c0704c5c6;hp=354e2db134723eea9d9f79a1cf3b1fb29ea1ab97;hpb=cf55f693c7fc7693afbb4594d97d23795cf7f2a0;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); }