Remove test-plus from defaults.
[awesomized/libmemcached] / libmemcached / protocol_handler.h
index 3fb00c98d96b4e655232501e9366b5c162bfbfe4..3e4531bb5307a418e76806e756f8516e399db874 100644 (file)
@@ -15,7 +15,9 @@
 #define MEMCACHED_PROTOCOL_H
 
 #include <sys/types.h>
-#include <stdbool.h>
+#if !defined(__cplusplus)
+# include <stdbool.h>
+#endif
 
 #include <libmemcached/memcached/protocol_binary.h>
 #include <libmemcached/visibility.h>