Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / libringbuffer / ring_buffer_backend.c
index 2dea1db51f537ca344206ec3daca965cd0745301..b69dc5e6b32dc95c70803e29aec87ad79ab38bfa 100644 (file)
@@ -20,6 +20,7 @@
 
 #define _GNU_SOURCE
 #define _LGPL_SOURCE
+#include <stddef.h>
 #include <unistd.h>
 #include <urcu/arch.h>
 #include <limits.h>
This page took 0.023838 seconds and 4 git commands to generate.