Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / graph / component-sink.h
index 7eaff9af8fbfef05e325c03427e7284de3af616a..c523c7703568b128422557cc8c23f7b407b2cbb9 100644 (file)
@@ -24,6 +24,8 @@
  * SOFTWARE.
  */
 
+#include <stdbool.h>
+
 #include "common/macros.h"
 #include "compat/compiler.h"
 #include <babeltrace2/graph/component-sink-const.h>
This page took 0.023167 seconds and 4 git commands to generate.