Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / libringbuffer / ring_buffer_backend.c
index 2dea1db51f537ca344206ec3daca965cd0745301..f75adbcef1204b017a16e5e4ea3be4eb0023f2e6 100644 (file)
@@ -20,6 +20,8 @@
 
 #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.023995 seconds and 4 git commands to generate.