From 125f41dbd49567662fe7f0b3105d8f2c4b73e535 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 5 Mar 2012 16:14:19 -0500 Subject: [PATCH] Fix: add missing sched.h include in rculfhash.c Signed-off-by: Mathieu Desnoyers --- rculfhash.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rculfhash.c b/rculfhash.c index 9436605..b90a07a 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -150,12 +150,14 @@ */ #define _LGPL_SOURCE +#define _GNU_SOURCE #include #include #include #include #include #include +#include #include "config.h" #include -- 2.34.1