Use setenv, not putenv.
[awesomized/libmemcached] / tests / memrm.cc
index 58da088c5d395cde9d662aba88b0feb3717d4581..6b2b061851cab6a9c408c1a64e9a1b832af07953 100644 (file)
   Test that we are cycling the servers we are creating during testing.
 */
 
-#include <config.h>
+#include <mem_config.h>
 
 #include <libtest/test.hpp>
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
 
 using namespace libtest;