libmemcached-1.0: fix subscripting on empty vector
[awesomized/libmemcached] / tests / cpp_example.cc
index f84af7596e25759e9e55847508208793cb1cba37..c490ac2d987924fc5ca60cf3d8d6b9b9f4eed20a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * An example file showing the usage of the C++ libmemcached interface.
  */
-#include <config.h>
+#include <mem_config.h>
 
 #include <vector>
 #include <string>