From: Mathieu Desnoyers Date: Wed, 28 Oct 2015 19:55:57 +0000 (-0400) Subject: Fix: rculfhash should not include specific rcu flavor X-Git-Tag: v2.6.2~14 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=e4e50330a544d9576d6aa1101bdb69b10ea84778;p=lttng-tools.git Fix: rculfhash should not include specific rcu flavor Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/hashtable/rculfhash.c b/src/common/hashtable/rculfhash.c index ff7e68104..e11c6541f 100644 --- a/src/common/hashtable/rculfhash.c +++ b/src/common/hashtable/rculfhash.c @@ -264,9 +264,10 @@ #include #include #include +#include #include "config.h" -#include +#include #include #include #include