Fix: truncation of text array and sequences by NULL terminator
[lttng-ust.git] / libringbuffer / ringbuffer-config.h
index 1052ed6f7c563bbc11b2662648d30493be765eeb..0d33ace253ead62e70923d2de28a6fdc629817ea 100644 (file)
 #define _LTTNG_RING_BUFFER_CONFIG_H
 
 #include <errno.h>
-#include <lttng/ust-tracer.h>
 #include <stdint.h>
 #include <stddef.h>
 #include <urcu/arch.h>
 #include <string.h>
-#include <lttng/align.h>
+
+#include <lttng/ust-align.h>
 #include <lttng/ust-compiler.h>
+#include <lttng/ust-tracer.h>
 
 struct lttng_ust_lib_ring_buffer;
 struct lttng_ust_lib_ring_buffer_channel;
This page took 0.023258 seconds and 4 git commands to generate.