Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / utils / counter / counter.c
index d9b7baeeb0ec13ceb6ee523e2d52c8ad9db7c5b8..cff0d577d2ccdda2f3e1682b428716d194042cd3 100644 (file)
@@ -30,6 +30,7 @@
 #include "common/common.h"
 #include "common/assert.h"
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include "plugins/common/param-validation/param-validation.h"
 
This page took 0.022623 seconds and 4 git commands to generate.