Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / liblttng-ust / lttng-context-user-ns.c
index 04b940f6e6afe61b9b124b22e2c815572049014c..d3e5192e8daf8a7392164f647f3245946cfc4569 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #define _LGPL_SOURCE
+#include <stddef.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
This page took 0.023026 seconds and 4 git commands to generate.