Merge in fetch updates/break out memory/create error bits for host failures.
[awesomized/libmemcached] / libmemcached / memcached_util.h
index 0c2c6777e56136ceabaa030f082943572cd1fb78..427d7843fb67bb4395273706e85dc542004cadf8 100644 (file)
@@ -7,14 +7,16 @@
  *
  * 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/util/ping.h>
 #include <libmemcached/util/pool.h>
+#include <libmemcached/util/version.h>
 
-#endif /* MEMCACHED_UTIL_H */
+#endif /* __LIBMEMCACHED__MEMCACHED_UTIL_H__ */