X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu-bp.c;h=915debe2c5c2f89da1f1d096f9d5712a5283f28a;hb=acfd099eae9026369f558e73b2a7e35860962d9d;hp=5474f9f5ca19fb7aef5b51ed90fe3bc5c56d4867;hpb=5e77fc1f94c3572fca067d37667d74f8165e2434;p=urcu.git diff --git a/urcu-bp.c b/urcu-bp.c index 5474f9f..915debe 100644 --- a/urcu-bp.c +++ b/urcu-bp.c @@ -35,7 +35,7 @@ #include #include -#include "urcu-bp-map.h" +#include "urcu/map/urcu-bp.h" #include "urcu-bp-static.h" /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ @@ -379,3 +379,4 @@ void rcu_bp_after_fork_child(void) } #include "urcu-call-rcu-impl.h" +#include "urcu-defer-impl.h"