Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / libringbuffer / frontend_api.h
index bc1fd1220ba97c21da824ac326d81d4edf789a8a..8a32006139afed25204c1594408ecaae54b3f46d 100644 (file)
  * See frontend.h for channel allocation and read-side API.
  */
 
-#include "frontend.h"
+#include <stddef.h>
+
 #include <urcu-bp.h>
 #include <urcu/compiler.h>
 
+#include "frontend.h"
+
 /**
  * lib_ring_buffer_get_cpu - Precedes ring buffer reserve/commit.
  *
This page took 0.026903 seconds and 4 git commands to generate.