Include pthread.h in urcu.h
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 9 Feb 2009 17:05:45 +0000 (12:05 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 9 Feb 2009 17:05:45 +0000 (12:05 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu.h

diff --git a/urcu.h b/urcu.h
index 7c94a776119245086fc6a5ea84cd35684e0b2d8f..a32fb94247fcfa11e4f5330d5e278821ab3a1e04 100644 (file)
--- a/urcu.h
+++ b/urcu.h
@@ -19,6 +19,7 @@
 
 #define __USE_GNU
 #include <stdlib.h>
+#include <pthread.h>
 
 /* The "volatile" is due to gcc bugs */
 #define barrier() __asm__ __volatile__("": : :"memory")
This page took 0.025035 seconds and 4 git commands to generate.