Version 0.7.11
[userspace-rcu.git] / urcu-qsbr.h
index 20dbf47b3aced49cfea55dd9c76e4ad69ed525cb..efa0ec0638fe5bafe13660448bce7322788d7b84 100644 (file)
@@ -41,7 +41,7 @@
 extern "C" {
 #endif 
 
-#include "urcu/map/urcu-qsbr.h"
+#include <urcu/map/urcu-qsbr.h>
 
 /*
  * Important !
@@ -90,7 +90,7 @@ extern "C" {
  * library debugging & tracing features we could come up with.
  */
 
-#if (!defined(BUILD_QSBR_LIB) && defined(RCU_DEBUG))
+#if (!defined(BUILD_QSBR_LIB) && !defined(RCU_DEBUG))
 
 static inline void rcu_read_lock(void)
 {
@@ -125,7 +125,8 @@ extern void rcu_unregister_thread(void);
 }
 #endif
 
-#include "urcu-call-rcu.h"
-#include "urcu-defer.h"
+#include <urcu-call-rcu.h>
+#include <urcu-defer.h>
+#include <urcu-flavor.h>
 
 #endif /* _URCU_QSBR_H */
This page took 0.02362 seconds and 4 git commands to generate.