Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / libringbuffer / frontend.h
index 2a9fd09af2dd9cf7e17395ddf106ce9e66065436..016fc530685cd572602fef5cb67d00dbd01fc743 100644 (file)
@@ -28,6 +28,7 @@
  *
  * See ring_buffer_frontend.c for more information on wait-free algorithms.
  */
+#include <stddef.h>
 
 #include <urcu/compiler.h>
 #include <urcu/uatomic.h>
This page took 0.023445 seconds and 4 git commands to generate.