Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / text / details / obj-lifetime-mgmt.c
index 41a2a31e0c3c02d456cfc8619d88e4f49fe9a527..8783827d84133bd6efcdbe5c87d5031b054afe68 100644 (file)
@@ -20,6 +20,8 @@
  * SOFTWARE.
  */
 
+#include <stdbool.h>
+
 #include <babeltrace2/babeltrace.h>
 
 #include "common/common.h"
This page took 0.023609 seconds and 4 git commands to generate.