From 86f2656b2595532b6b1506ca8a14141e8a4153bb Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 10 Jun 2011 18:21:21 -0400 Subject: [PATCH] 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 --- libust/channels.h | 2 +- libust/tracectl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1