From 3cd243cb6aadf35b82c35279d7179ead1e9cc938 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 1 Oct 2009 18:19:25 -0400 Subject: [PATCH] rculist: include correct dependencies Signed-off-by: Mathieu Desnoyers --- urcu/rculist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/urcu/rculist.h b/urcu/rculist.h index 96f0a30..e0ff939 100644 --- a/urcu/rculist.h +++ b/urcu/rculist.h @@ -24,7 +24,8 @@ #define _URCU_RCULIST_H #include -#include +#include +#include /* Add new element at the head of the list. */ -- 2.34.1