RCU dereference check if within read-side critical section
[userspace-rcu.git] / urcu.h
diff --git a/urcu.h b/urcu.h
index b8ca700ddcdb750270c5e39bd86080b559102363..0a1dd4bf97b374f230c8bb3a3577f52687831713 100644 (file)
--- a/urcu.h
+++ b/urcu.h
@@ -33,6 +33,9 @@
 
 #include <stdlib.h>
 #include <pthread.h>
+#include <urcu/tls-compat.h>
+#include <stdio.h>
+#include <assert.h>
 
 /*
  * See urcu-pointer.h and urcu/static/urcu-pointer.h for pointer
This page took 0.022969 seconds and 4 git commands to generate.