X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fskiptest.cc;h=2a2ff2226ae59c1ca445636113e86974a1f6cada;hb=6b83fd5838692b71a50710b9bc13680f9c586167;hp=354e2db134723eea9d9f79a1cf3b1fb29ea1ab97;hpb=23bbe3972dada1e21493437ba64be129e86b59fc;p=m6w6%2Flibmemcached diff --git a/libtest/skiptest.cc b/libtest/skiptest.cc index 354e2db1..2a2ff222 100644 --- a/libtest/skiptest.cc +++ b/libtest/skiptest.cc @@ -34,7 +34,7 @@ * */ -#include +#include "mem_config.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); }