From: rread Date: Sat, 17 Aug 2002 22:02:33 +0000 (+0000) Subject: Some architectures (like ppc) need linux/init.h to define things like X-Git-Tag: 0.5.5~133 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=f71894dbf295e6d17412966e893b9cca218f5685;p=fs%2Flustre-release.git Some architectures (like ppc) need linux/init.h to define things like __init__ --- 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;