Index: include/c/sk_surface.h |
diff --git a/include/c/sk_surface.h b/include/c/sk_surface.h |
index 960c331d2d171a87dc01ac92339ca0ae6b1886fc..5fcf9ddd416bc007ba9c92195d2a603e43e10883 100644 |
--- a/include/c/sk_surface.h |
+++ b/include/c/sk_surface.h |
@@ -14,6 +14,10 @@ |
#include <stdint.h> |
#include <stddef.h> |
+#ifndef __cplusplus |
+#include <stdbool.h> |
+#endif |
+ |
#ifdef __cplusplus |
extern "C" { |
#endif |