Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / liblttng-ust / lttng-context-pthread-id.c
index 5f9faf8508923858343fc9c588df7b32ab87644f..d33282599f04770a4cab943e28217c7c3fd5235a 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #define _LGPL_SOURCE
+#include <stddef.h>
 #include <pthread.h>
 #include <lttng/ust-events.h>
 #include <lttng/ust-tracer.h>
This page took 0.023367 seconds and 4 git commands to generate.