From eae932e0fef9d51ffb014d96305c79190d4e78ed Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Wed, 23 Aug 2017 16:00:54 -0500 Subject: [PATCH] scoutfs: dlmglue fix sched.h header Upstream moved linux/sched.h to linux/sched/signal.h. Centos still uses the old header location. Signed-off-by: Mark Fasheh --- kmod/src/dlmglue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmod/src/dlmglue.c b/kmod/src/dlmglue.c index b2d1eb46..dae8c556 100644 --- a/kmod/src/dlmglue.c +++ b/kmod/src/dlmglue.c @@ -33,7 +33,7 @@ #include #include #include -#include +#include #if 0 #define MLOG_MASK_PREFIX ML_DLM_GLUE