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