Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / liblttng-ust / lttng-context-cpu-id.c
index a3252f1575369d99ca01049be48e171917ead6c3..c94ef7145fbbeb8e7a6a4c59501e98c2d16f6da0 100644 (file)
@@ -28,6 +28,7 @@
 
 #define _GNU_SOURCE
 #define _LGPL_SOURCE
+#include <stddef.h>
 #include <sys/types.h>
 #include <unistd.h>
 #include <lttng/ust-events.h>
This page took 0.023267 seconds and 4 git commands to generate.