Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / libringbuffer / frontend.h
index 016fc530685cd572602fef5cb67d00dbd01fc743..838f88e8eecf50d836dafb52b833e3aa103c65b4 100644 (file)
@@ -29,6 +29,7 @@
  * 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.023538 seconds and 4 git commands to generate.