Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / plugin / plugin.h
index 7741ba50ac661b17d54367cda643e8d6155e4a37..ffdcbd60645972c3a109c238ad5678d23235d7c8 100644 (file)
@@ -32,6 +32,7 @@
 #include <babeltrace2/types.h>
 #include "common/assert.h"
 #include <glib.h>
+#include <stdbool.h>
 
 #include "plugin-so.h"
 #include "lib/func-status.h"
This page took 0.024354 seconds and 4 git commands to generate.