Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / liblttng-ust / lttng-filter-validator.c
index acac7ce7fad52228d1488bddf8a5c4d378fd4189..49e2e43dc3d4d72817dbb96953209d198322fa8a 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #define _LGPL_SOURCE
+#include <stddef.h>
 #include <urcu-bp.h>
 #include <time.h>
 #include "lttng-filter.h"
This page took 0.023471 seconds and 4 git commands to generate.