fix: explicitly include urcu/config.h in files using CONFIG_RCU_ defines
[urcu.git] / src / urcu.c
index 2cac0b602d6694a945bef8692a9b38ed97c13152..2ebe993e33b5fdd3a540f3b15d7b92b450106766 100644 (file)
@@ -23,6 +23,7 @@
  * IBM's contributions to this file may be relicensed under LGPLv2 or later.
  */
 
+#define URCU_NO_COMPAT_IDENTIFIERS
 #define _BSD_SOURCE
 #define _LGPL_SOURCE
 #define _DEFAULT_SOURCE
@@ -37,6 +38,7 @@
 #include <stdbool.h>
 #include <poll.h>
 
+#include <urcu/config.h>
 #include <urcu/arch.h>
 #include <urcu/wfcqueue.h>
 #include <urcu/map/urcu.h>
This page took 0.022781 seconds and 4 git commands to generate.