Fixed a typo that was causing a race condition error.
[m6w6/libmemcached] / libmemcached / auto.h
index c80d0bd012f3d4eee58c86486dc9a3ab542c97c5..227be9df040930199a100cf2bae62f8b9d384ef8 100644 (file)
@@ -9,8 +9,8 @@
  *
  */
 
-#ifndef __MEMCACHED_AUTO_H__
-#define __MEMCACHED_AUTO_H__
+#ifndef __LIBMEMCACHED_AUTO_H__
+#define __LIBMEMCACHED_AUTO_H__
 
 #ifdef __cplusplus
 extern "C" {
@@ -82,4 +82,4 @@ memcached_return_t memcached_decrement_with_initial_by_key(memcached_st *ptr,
 }
 #endif
 
-#endif /* __MEMCACHED_AUTO_H__ */
+#endif /* __LIBMEMCACHED_AUTO_H__ */