X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Furcu%2Frculfqueue.h;h=7e8078952c75302b8af10c10f421e1294bd3e34d;hb=ce28e67a534dcf0b68ccad2218e5a2e552e6e469;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;