Cleanup: apply `include-what-you-use` guideline for `mbstate_t`
[deliverable/lttng-ust.git] / liblttng-ust / lttng-filter.c
index b7f058a8dac27d680d82786ef9f9337a7b5b6410..fb8eefdd9111ecb7ab0e875a722d5b7fbc9c4118 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #define _LGPL_SOURCE
+#include <stddef.h>
 #include <urcu/rculist.h>
 #include "lttng-filter.h"
 
@@ -170,6 +171,8 @@ static const char *opnames[] = {
        [ FILTER_OP_LOAD_FIELD_DOUBLE ] = "LOAD_FIELD_DOUBLE",
 
        [ FILTER_OP_UNARY_BIT_NOT ] = "UNARY_BIT_NOT",
+
+       [ FILTER_OP_RETURN_S64 ] = "RETURN_S64",
 };
 
 const char *print_op(enum filter_op op)
This page took 0.02427 seconds and 5 git commands to generate.