Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / plugin / plugin-so.h
index 88c52e99772f3048cc8718e1da22d11d146677e7..b9d0499642c5272c34c0cf278407a010b4c0d341 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <glib.h>
 #include <gmodule.h>
+#include <stdbool.h>
 #include <babeltrace2/types.h>
 #include "common/macros.h"
 
This page took 0.02335 seconds and 4 git commands to generate.