Fix common test usage, and merge in additional document changes.
[awesomized/libmemcached] / tests / mem_functions.cc
index c1bb70fec58505773a7b3360e9cc9cce5f414cb7..ba496f324045ffbddb37e5693f792677e78683fd 100644 (file)
@@ -35,6 +35,7 @@
  *
  */
 
+#include <libtest/common.h>
 
 /*
   Test cases
@@ -44,8 +45,6 @@
 // !NEVER use common.h, always use memcached.h in your own apps
 #include <libmemcached/common.h>
 
-#include <stdint.h>
-
 #include <cassert>
 #include <memory>
 #include <signal.h>