X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=urcu.c;h=98c5fbca5d49c3e5f8191e944b8d060b0f7d6438;hb=57760d447eaed07f8a9c6552b8cefc6223ac1158;hp=d356f54648d551b44316d8d11cbeb09cf7c9b84d;hpb=0376e7b2f8d26778ebc4750b34e718c062c92764;p=userspace-rcu.git diff --git a/urcu.c b/urcu.c index d356f54..98c5fbc 100644 --- a/urcu.c +++ b/urcu.c @@ -24,6 +24,7 @@ */ #define _BSD_SOURCE +#define _GNU_SOURCE #include #include #include @@ -33,7 +34,7 @@ #include #include -#include "urcu-map.h" +#include "urcu/map/urcu.h" #include "urcu-static.h" /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */