From: Mathieu Desnoyers Date: Mon, 9 Feb 2009 17:05:45 +0000 (-0500) Subject: Include pthread.h in urcu.h X-Git-Tag: v0.1~306 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=69a757c902c0cfb6245da18339b297b9ca6f94e0 Include pthread.h in urcu.h Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu.h b/urcu.h index 7c94a77..a32fb94 100644 --- a/urcu.h +++ b/urcu.h @@ -19,6 +19,7 @@ #define __USE_GNU #include +#include /* The "volatile" is due to gcc bugs */ #define barrier() __asm__ __volatile__("": : :"memory")