X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rculfstack.c;h=4a3041d9712db7bfb78674d674c916a9a50f5324;hp=2c260460b690ee85e9f688a372feae56a1b5889d;hb=9d2614f07691a813a3c560a6c0bcd0a7be854ed5;hpb=16aa9ee87cf4364921c36025359be01390338d87 diff --git a/rculfstack.c b/rculfstack.c index 2c26046..4a3041d 100644 --- a/rculfstack.c +++ b/rculfstack.c @@ -21,10 +21,13 @@ */ /* Use the urcu symbols to select the appropriate rcu flavor at link time */ +#define _LGPL_SOURCE #include "urcu.h" + +#undef _LGPL_SOURCE /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ #include "urcu/rculfstack.h" -#include "urcu/rculfstack-static.h" +#include "urcu/static/rculfstack.h" /* * library wrappers to be used by non-LGPL compatible source code.