Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / utils / counter / counter.c
index 18ec60559eaae09285ad058dac44890f45b3cde4..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"
 
@@ -113,6 +114,7 @@ void try_print_last(struct counter *counter)
        }
 }
 
+static
 void destroy_private_counter_data(struct counter *counter)
 {
        if (counter) {
This page took 0.023839 seconds and 4 git commands to generate.