Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / assert-post.h
index 2ed45a51f50151a872a548c8356ca9aa50ca2f1b..94bdf4ef0191029278105665434c6cf08bdb2e68 100644 (file)
@@ -39,6 +39,7 @@
 # error Include "lib/logging.h" before this header.
 #endif
 
+#include <stdbool.h>
 #include <stdlib.h>
 #include <inttypes.h>
 #include "common/macros.h"
@@ -87,7 +88,7 @@
  * the user), use BT_ASSERT_PRE().
  *
  * To assert that an internal postcondition is satisfied, use
- * BT_ASSERT().
+ * BT_ASSERT() or BT_ASSERT_DBG().
  */
 #define BT_ASSERT_POST(_cond, _fmt, ...)                               \
        do {                                                            \
This page took 0.0254 seconds and 4 git commands to generate.