From 15cfbec77d2c573110cc936d5b33745d44207b50 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 27 Sep 2011 19:54:08 -0400 Subject: [PATCH] rculfhash needs local config.h Signed-off-by: Mathieu Desnoyers --- rculfhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rculfhash.c b/rculfhash.c index c7a429e..bff26a8 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -139,7 +139,7 @@ #include #include -#include +#include "config.h" #include #include #include -- 2.34.1