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