Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / liblttng-ust / lttng-filter-specialize.c
index e269db6a32f9775af8b5e70636c3de1feddc56bc..21e35923859e37f7a3a7a4e68aaa14cc7b4470c0 100644 (file)
@@ -25,6 +25,8 @@
  */
 
 #define _LGPL_SOURCE
+#include <stddef.h>
+
 #include "lttng-filter.h"
 #include <lttng/align.h>
 
This page took 0.023664 seconds and 4 git commands to generate.