fix: explicitly include urcu/config.h in files using CONFIG_RCU_ defines
[urcu.git] / include / urcu / debug.h
index 14b50b6a1d539dd67e978ce929c8758a06ca7744..4a7eac9aa70dd72d3be1b5d9036b7700847eeaf8 100644 (file)
@@ -21,6 +21,8 @@
 
 #include <assert.h>
 
+#include <urcu/config.h>
+
 #if defined(DEBUG_RCU) || defined(CONFIG_RCU_DEBUG)
 #define urcu_assert(...)       assert(__VA_ARGS__)
 #else
This page took 0.022626 seconds and 4 git commands to generate.