change the namespace of mutex from std to cdsc
[c11tester.git] / include / model-assert.h
index a091e15fd7efe672809830ed46fb028a2056217b..ddc44278b8a9f45a1ca36e4e957a16d684b15883 100644 (file)
@@ -3,6 +3,8 @@
 
 #if __cplusplus
 extern "C" {
+#else
+#include <stdbool.h>
 #endif
 
 void model_assert(bool expr, const char *file, int line);