Merged build.
[awesomized/libmemcached] / tests / test.h
index fc10c8d5492a94bfd28f164e9d28bac39df3fc8c..cf19057250f347c755cb44c4acdd0b4d15a937b8 100644 (file)
@@ -16,9 +16,12 @@ extern "C" {
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <stdbool.h>
 #include <stdint.h>
 
+#if !defined(__cplusplus)
+# include <stdbool.h>
+#endif
+
 typedef struct world_st world_st;
 typedef struct collection_st collection_st;
 typedef struct test_st test_st;