From f71894dbf295e6d17412966e893b9cca218f5685 Mon Sep 17 00:00:00 2001 From: rread Date: Sat, 17 Aug 2002 22:02:33 +0000 Subject: [PATCH] Some architectures (like ppc) need linux/init.h to define things like __init__ --- lustre/ldlm/ldlm_lockd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/ldlm/ldlm_lockd.c b/lustre/ldlm/ldlm_lockd.c index 4828c9e..08d260e 100644 --- a/lustre/ldlm/ldlm_lockd.c +++ b/lustre/ldlm/ldlm_lockd.c @@ -27,6 +27,7 @@ #include #include #include +#include extern kmem_cache_t *ldlm_resource_slab; extern kmem_cache_t *ldlm_lock_slab; -- 1.8.3.1