X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Furcu%2Frculfqueue.h;h=7e8078952c75302b8af10c10f421e1294bd3e34d;hb=b9050d917ab84db192b5609ba6dd9973a82d215a;hp=598fa5071a2ca727e43d07a67cb2a62eb4980632;hpb=6893800a4d1cc14dff0395ddcd660a5138db183d;p=urcu.git diff --git a/include/urcu/rculfqueue.h b/include/urcu/rculfqueue.h index 598fa50..7e80789 100644 --- a/include/urcu/rculfqueue.h +++ b/include/urcu/rculfqueue.h @@ -24,13 +24,13 @@ */ #include -#include #ifdef __cplusplus extern "C" { #endif struct cds_lfq_queue_rcu; +struct rcu_head; struct cds_lfq_node_rcu { struct cds_lfq_node_rcu *next;