.gitignore: add missing `/tests/param-validation/test_param_validation`
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-resolve.c
index 42c84df110d9fd7342a815872b129572fcdbfb08..074c5dd13d431942d44a49b6bfb46827d7b7773e 100644 (file)
@@ -23,6 +23,7 @@
 #include "common/assert.h"
 #include "common/common.h"
 #include <glib.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <string.h>
 #include <inttypes.h>
@@ -759,6 +760,7 @@ void get_ctx_stack_field_path(struct resolve_context *ctx,
  * Returns the index of the lowest common ancestor of two field path
  * objects having the same root scope.
  */
+static
 int64_t get_field_paths_lca_index(struct ctf_field_path *field_path1,
                struct ctf_field_path *field_path2,
                struct resolve_context *ctx)
This page took 0.040391 seconds and 4 git commands to generate.