Fix some compile time issues.
[m6w6/libmemcached] / libmemcachedprotocol / common.h
index ea94a8d7e281ff71c0a23f2a304c8658f56a7232..a4ddc2ca0d864f6c16db820b048930b02971d74b 100644 (file)
@@ -36,7 +36,7 @@
 
 #pragma once
 
-#include "config.h"
+#include "mem_config.h"
 #include <assert.h>
 
 #include <libmemcachedprotocol-0.0/handler.h>
@@ -124,6 +124,7 @@ enum ascii_cmd {
 };
 
 struct memcached_protocol_client_st {
+  bool is_verbose;
   memcached_protocol_st *root;
   memcached_socket_t sock;
   int error;