Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / plugin / plugin-so.c
index bbd91692df285045695ff6eec2492b973b1aefa6..5df77b120d0d65f86b15d16e4583525b7eb2b573 100644 (file)
@@ -38,6 +38,7 @@
 #include <babeltrace2/types.h>
 #include "common/list.h"
 #include <string.h>
+#include <stdbool.h>
 #include <stdlib.h>
 #include <glib.h>
 #include <gmodule.h>
This page took 0.022645 seconds and 4 git commands to generate.