Updating to latest libtest.
[awesomized/libmemcached] / tests / string.cc
index 5c6175f8e74dc761d65de8b5b424d6e0ebd8dbc0..6ffe6a3ff411a5206bb793830978f3ceac48868b 100644 (file)
@@ -1,6 +1,6 @@
 /*  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
  * 
- *  Gearmand client and server library.
+ *  Libmemcached client and server library.
  *
  *  Copyright (C) 2011 Data Differential, http://datadifferential.com/
  *  All rights reserved.
  *
  */
 
+// We let libmemcached/common.h define config since we are looking at
+// library internals.
+
 #define BUILDING_LIBMEMCACHED
 
 #include <libmemcached/common.h>
+
+#include <libtest/test.hpp>
+
 #include <libmemcached/error.h>
 #include <tests/string.h>