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