libmemcached-1.0: fix #57 (cinttypes/inttypes.h)
[awesomized/libmemcached] / clients / ms_task.h
index 610f3bc55cb5301f9d3522a476bbc577d478d862..c4917d11d7566162cebf4a5474af3ce9951da732 100644 (file)
@@ -13,7 +13,9 @@
 
 #include <sys/types.h>
 #include <stdint.h>
-#include <stdbool.h>
+#if !defined(__cplusplus)
+# include <stdbool.h>
+#endif
 #include <time.h>
 
 #ifdef __cplusplus