Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / plugin / plugin.c
index 24b3aef9bbcc44a89bb301fec3c2bc5146c929d4..52614fbbd00644785d54845432368479c5183559 100644 (file)
@@ -38,6 +38,7 @@
 #include <babeltrace2/types.h>
 #include <glib.h>
 #include <unistd.h>
+#include <stdbool.h>
 #include <stdlib.h>
 #include <stdint.h>
 #include <inttypes.h>
This page took 0.023569 seconds and 4 git commands to generate.