X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-bp.c;h=5474f9f5ca19fb7aef5b51ed90fe3bc5c56d4867;hp=04bb6756a2bbe5aa8603c0ed148eae8c95a6be23;hb=5e77fc1f94c3572fca067d37667d74f8165e2434;hpb=81ad2e193e8072f8246212d7eaba72769306c2e4 diff --git a/urcu-bp.c b/urcu-bp.c index 04bb675..5474f9f 100644 --- a/urcu-bp.c +++ b/urcu-bp.c @@ -35,6 +35,8 @@ #include #include +#include "urcu-bp-map.h" + #include "urcu-bp-static.h" /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ #include "urcu-bp.h" @@ -375,3 +377,5 @@ void rcu_bp_after_fork_child(void) ret = pthread_sigmask(SIG_SETMASK, &oldmask, NULL); assert(!ret); } + +#include "urcu-call-rcu-impl.h"