Fix missing alignment includes
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 24 Sep 2011 22:56:03 +0000 (18:56 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 24 Sep 2011 22:56:03 +0000 (18:56 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/ust/ringbuffer-config.h

index 15fee52d26bb13f8da9bf6de3069e3ba73281b79..b3fbeef58cfa86b863a45fcef52ce2db82da7e0e 100644 (file)
@@ -13,6 +13,8 @@
  */
 
 #include <errno.h>
+#include "ust/lttng-tracer.h"
+#include "ust/usterr-signal-safe.h"
 #include "ust/kcompat/kcompat.h"
 #include "ust/align.h"
 
This page took 0.024012 seconds and 4 git commands to generate.