Add a pkg-config file for the new liburcu-cds
[urcu.git] / urcu.c
diff --git a/urcu.c b/urcu.c
index e529ac0d5168447cb690162217b7118990996cc1..ccaf3e95a2d5ad6f7428625b399429cd843344b6 100644 (file)
--- a/urcu.c
+++ b/urcu.c
@@ -24,6 +24,7 @@
  */
 
 #define _BSD_SOURCE
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <pthread.h>
 #include <signal.h>
@@ -33,7 +34,9 @@
 #include <errno.h>
 #include <poll.h>
 
-#include "urcu-static.h"
+#include "urcu/map/urcu.h"
+
+#include "urcu/static/urcu.h"
 /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */
 #include "urcu.h"
 
@@ -428,4 +431,8 @@ void rcu_exit(void)
        assert(act.sa_sigaction == sigrcu_handler);
        assert(cds_list_empty(&registry));
 }
+
 #endif /* #ifdef RCU_SIGNAL */
+
+#include "urcu-call-rcu-impl.h"
+#include "urcu-defer-impl.h"
This page took 0.022175 seconds and 4 git commands to generate.