Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / liblttng-ust / lttng-filter-interpreter.c
index 59bc72cdf442027e8e78ba535c91a9e13bd7502f..f246ce2a0b3383d1f000b3e17f253a77308ef6b1 100644 (file)
@@ -25,8 +25,9 @@
  */
 
 #define _LGPL_SOURCE
-#include <urcu-pointer.h>
+#include <stddef.h>
 #include <stdint.h>
+#include <urcu-pointer.h>
 #include <byteswap.h>
 #include "lttng-filter.h"
 #include "string-utils.h"
This page took 0.024499 seconds and 4 git commands to generate.