From: Mathieu Desnoyers Date: Fri, 10 Jun 2011 22:21:21 +0000 (-0400) Subject: Update to urcu/ref.h and urcu/uatomic.h X-Git-Tag: v0.14~3 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=86f2656b2595532b6b1506ca8a14141e8a4153bb Update to urcu/ref.h and urcu/uatomic.h liburcu 0.6 is changing the name of these two headers. Signed-off-by: Mathieu Desnoyers --- diff --git a/libust/channels.h b/libust/channels.h index abe3c13..eb9a11c 100644 --- a/libust/channels.h +++ b/libust/channels.h @@ -27,7 +27,7 @@ #include #include #include -#include +#include #define EVENTS_PER_CHANNEL 65536 #define MAX_CPUS 32 diff --git a/libust/tracectl.c b/libust/tracectl.c index 6e467aa..410b1c7 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include