fix: explicitly include urcu/config.h in files using CONFIG_RCU_ defines
[urcu.git] / src / urcu-utils.h
index 407f42e07e6fd078d247e707a3058f3aa6cb9dff..69e37bd3dcbabbaf5cd07348fbf387e4a68f9858 100644 (file)
@@ -23,6 +23,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <urcu/config.h>
+
 #define urcu_stringify(a) _urcu_stringify(a)
 #define _urcu_stringify(a) #a
 
This page took 0.022939 seconds and 4 git commands to generate.