Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / graph / message / packet.c
index 637156d3c1f6b18cb6553c8cd99466bcb6fa3f61..061254173cae2ea9503143b2ff1ef4ab51b7d20c 100644 (file)
@@ -24,6 +24,8 @@
 #define BT_LOG_TAG "LIB/MSG-PACKET"
 #include "lib/logging.h"
 
+#include <stdbool.h>
+
 #include "lib/assert-pre.h"
 #include "lib/assert-post.h"
 #include "compat/compiler.h"
This page took 0.025711 seconds and 4 git commands to generate.