sessiond: Add msgpack-c 3.3.0 to the tree
[lttng-tools.git] / src / common / conditions / event-rule.c
index e7967e6ab2abfb3a924f73706c156bea543fe9f7..9640b36a12d02fefbb1ea4aa1e63cb17ebc99347 100644 (file)
@@ -17,6 +17,7 @@
 #include <lttng/event-rule/event-rule-internal.h>
 #include <stdbool.h>
 #include <stdint.h>
+#include <vendor/msgpack/msgpack.h>
 
 #define IS_EVENT_RULE_CONDITION(condition)      \
        (lttng_condition_get_type(condition) == \
This page took 0.023018 seconds and 4 git commands to generate.