Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / liblttng-ust / lttng-filter-specialize.c
index 1ade2883005bdc93f4f7b33abeb1bcad4c5a02ee..39730f8cd954a0428ff419fe1d9114a70caf7a33 100644 (file)
@@ -25,6 +25,9 @@
  */
 
 #define _LGPL_SOURCE
+#include <stddef.h>
+#include <stdint.h>
+
 #include "lttng-filter.h"
 #include <lttng/align.h>
 
@@ -422,7 +425,7 @@ static int specialize_load_object(const struct lttng_event_field *field,
                break;
        case atype_dynamic:
                load->object_type = OBJECT_TYPE_DYNAMIC;
-               return -EINVAL;
+               break;
        case atype_struct:
                ERR("Structure type cannot be loaded.");
                return -EINVAL;
This page took 0.023852 seconds and 4 git commands to generate.