Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / libringbuffer / frontend_types.h
index d0890408eb9bfa4965fda6f1326d00693530a6d8..43300f6a74ddec2324fbfb9f0d0c6dd8bcbb1786 100644 (file)
@@ -28,6 +28,7 @@
  * See ring_buffer_frontend.c for more information on wait-free algorithms.
  */
 
+#include <stdint.h>
 #include <string.h>
 #include <time.h>      /* for timer_t */
 
This page took 0.024408 seconds and 4 git commands to generate.