X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu.c;h=ccaf3e95a2d5ad6f7428625b399429cd843344b6;hp=4ee9e3bebbefbaf30beb078c264b3bc61cf4e897;hb=e0ab43eb922df8fee5f28416d41fa3b2ca4a7a43;hpb=5e77fc1f94c3572fca067d37667d74f8165e2434 diff --git a/urcu.c b/urcu.c index 4ee9e3b..ccaf3e9 100644 --- a/urcu.c +++ b/urcu.c @@ -24,6 +24,7 @@ */ #define _BSD_SOURCE +#define _GNU_SOURCE #include #include #include @@ -33,9 +34,9 @@ #include #include -#include "urcu-map.h" +#include "urcu/map/urcu.h" -#include "urcu-static.h" +#include "urcu/static/urcu.h" /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ #include "urcu.h" @@ -434,3 +435,4 @@ void rcu_exit(void) #endif /* #ifdef RCU_SIGNAL */ #include "urcu-call-rcu-impl.h" +#include "urcu-defer-impl.h"