Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / packet.c
index e3fdf5bbb62e4b5154402add3ee90fa652dc36c0..a5c3fc7a196e61878b88fe3da34040446120ae83 100644 (file)
@@ -32,6 +32,7 @@
 #include "lib/object.h"
 #include "common/assert.h"
 #include <inttypes.h>
+#include <stdbool.h>
 
 #include "field.h"
 #include "field-wrapper.h"
This page took 0.02336 seconds and 4 git commands to generate.