m4: fix typo
[awesomized/libmemcached] / tests / libmemcached-1.0 / atomsmasher.cc
index e5d53b60ea76079026aa300385d3ecac8471e658..6dbd6d8cc3898c4cb2db089321ce26e3fef72300 100644 (file)
 /*
   Sample test application.
 */
-#include <config.h>
+#include <mem_config.h>
 
 #include <libtest/test.hpp>
 
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
 
 #include <cstdio>
 #include <cstdlib>
@@ -273,7 +273,7 @@ collection_st collection[] ={
 
 #include "tests/libmemcached_world.h"
 
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
 {
   world->collections(collection);