Bug fix by Trond
[awesomized/libmemcached] / libmemcached / util / pool.c
index 7cb25177677924607178c3a6102d6861ce0a5ab7..bd4fdf9868847bc0b8d0de0b6b7110778b6c3ce3 100644 (file)
@@ -1,6 +1,17 @@
+/* LibMemcached
+ * Copyright (C) 2010 Brian Aker
+ * All rights reserved.
+ *
+ * Use and distribution licensed under the BSD license.  See
+ * the COPYING file in the parent directory for full text.
+ *
+ * Summary: connects to a host, and makes sure it is alive.
+ *
+ */
+
 /* -*- Mode: C; tab-width: 2; c-basic-offset: 2; indent-tabs-mode: nil -*- */
 #include "libmemcached/common.h"
-#include "libmemcached/pool.h"
+#include "libmemcached/memcached_util.h"
 
 #include <errno.h>
 #include <pthread.h>