Added libmemcached_ping() to memcached utility library.
[awesomized/libmemcached] / libmemcached / memcached_util.h
index 7b7c5e83ff9f40541f218f3fefb58ba6718486ad..925745e7bde3426168bfd90a4d6291f6b928ff8a 100644 (file)
@@ -7,14 +7,15 @@
  *
  * Summary: Connection pool library.
  *
- * Author: Trond Norbye
+ * Author: Trond Norbye, Brian Aker
  *
  */
 
 
-#ifndef MEMCACHED_UTIL_H
-#define MEMCACHED_UTIL_H
+#ifndef __LIBMEMCACHED__MEMCACHED_UTIL_H__
+#define __LIBMEMCACHED__MEMCACHED_UTIL_H__
 
-#include <libmemcached/pool.h>
+#include <libmemcached/util/ping.h>
+#include <libmemcached/util/pool.h>
 
-#endif /* MEMCACHED_UTIL_H */
+#endif /* __LIBMEMCACHED__MEMCACHED_UTIL_H__ */