X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-qsbr.c;h=5eda71dbf3c1ee454f9b29e19c752ff946f7c9b3;hp=8dcad33e3d6297111b4967846af177ea8f0fc5f8;hb=fe670822b1f4f5c4fee0254792fc47f7cdd7ab8e;hpb=5e77fc1f94c3572fca067d37667d74f8165e2434 diff --git a/urcu-qsbr.c b/urcu-qsbr.c index 8dcad33..5eda71d 100644 --- a/urcu-qsbr.c +++ b/urcu-qsbr.c @@ -23,6 +23,7 @@ * IBM's contributions to this file may be relicensed under LGPLv2 or later. */ +#define _GNU_SOURCE #include #include #include @@ -32,10 +33,10 @@ #include #include -#include "urcu-qsbr-map.h" +#include "urcu/map/urcu-qsbr.h" #define BUILD_QSBR_LIB -#include "urcu-qsbr-static.h" +#include "urcu/static/urcu-qsbr.h" /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ #include "urcu-qsbr.h" @@ -334,3 +335,4 @@ void rcu_exit(void) } #include "urcu-call-rcu-impl.h" +#include "urcu-defer-impl.h"