From: Mathieu Desnoyers Date: Thu, 1 Oct 2009 22:19:25 +0000 (-0400) Subject: rculist: include correct dependencies X-Git-Tag: v0.2.1 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=3cd243cb6aadf35b82c35279d7179ead1e9cc938 rculist: include correct dependencies Signed-off-by: Mathieu Desnoyers --- 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. */