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