Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / liblttng-ust / lttng-context-vpid.c
index 11978e6e33d8e0f93ac4fb0bd34e12495790d7e4..aa2586ef6009c9deda9d30ca12aa8987ad132c31 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #define _LGPL_SOURCE
+#include <stddef.h>
 #include <sys/types.h>
 #include <unistd.h>
 #include <lttng/ust-events.h>
This page took 0.022773 seconds and 4 git commands to generate.