rculist: include correct dependencies v0.2.1
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 1 Oct 2009 22:19:25 +0000 (18:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 1 Oct 2009 22:19:25 +0000 (18:19 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu/rculist.h

index 96f0a3021d86b4b38bb2affb117dbd9b29524cb9..e0ff93923fa3ffd2b5675fc273f4ebd6ddf3b3e6 100644 (file)
@@ -24,7 +24,8 @@
 #define _URCU_RCULIST_H
 
 #include <urcu/list.h>
-#include <urcu.h>
+#include <urcu/arch.h>
+#include <urcu-pointer.h>
 
 /* Add new element at the head of the list.
  */
This page took 0.024805 seconds and 4 git commands to generate.