Fix OSX issues.
[m6w6/libmemcached] / tests / print.cc
index 570ab0f058540ec8ac72c1f09024972cca646fb6..789265818bf76f63637c3f84288c8b8ff48d6d64 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.
  */
 
 #include <config.h>
+#include <libtest/test.hpp>
+
+using namespace libtest;
+
 
 #include <iostream>
 
 #include <libmemcached/memcached.h>
-#include <libtest/test.h>
 
 #include "tests/print.h"