X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu.h;h=0fa2fea7c4515a8c86be17673668692ac6692684;hp=417e609248053c9a4791d9721fcabe5ef7281916;hb=acfd099eae9026369f558e73b2a7e35860962d9d;hpb=ef84facf4b0c23bd695ca9300055e3ffc9b56006 diff --git a/urcu.h b/urcu.h index 417e609..0fa2fea 100644 --- a/urcu.h +++ b/urcu.h @@ -43,7 +43,7 @@ extern "C" { #endif -#include "urcu-map.h" +#include "urcu/map/urcu.h" /* * Important ! @@ -111,5 +111,6 @@ extern void rcu_init(void); #endif #include "urcu-call-rcu.h" +#include "urcu-defer.h" #endif /* _URCU_H */