Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / liblttng-ust / lttng-context-vsuid.c
index 56f3d0738cad1280f8f0df267ee3bdc3769cb454..9c8fd585b8846776b567a70940c73599ba24eb95 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.023579 seconds and 4 git commands to generate.