From 23da24d2d03a22841e7f76bf25a52a803b403362 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 18 Sep 2019 11:13:24 -0400 Subject: [PATCH] Fix: include urcu-signal-nr.h Erroneous include file name in backport of commit 1a990de3add "Fix: rculfhash worker needs to unblock to SIGRCU". Signed-off-by: Mathieu Desnoyers --- include/urcu/static/urcu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/urcu/static/urcu.h b/include/urcu/static/urcu.h index 0b5ce92..6d06350 100644 --- a/include/urcu/static/urcu.h +++ b/include/urcu/static/urcu.h @@ -43,7 +43,7 @@ #include #include #include -#include +#include #ifdef __cplusplus extern "C" { -- 2.34.1