Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / liblttng-ust / lttng-context-vsgid.c
index 437b01e49afb04396a5d1ec106b67ecb3beff330..7613bdd64f779760f692aac89c6f3712fe13f244 100644 (file)
@@ -23,6 +23,7 @@
 
 #define _GNU_SOURCE
 #define _LGPL_SOURCE
+#include <stddef.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
This page took 0.022466 seconds and 4 git commands to generate.