From 646f1e1c546e89ddf16eabffa0d7626550a73e92 Mon Sep 17 00:00:00 2001 From: jxiong Date: Thu, 26 Jul 2007 08:49:17 +0000 Subject: [PATCH] Fixed the broke build on SLES --- lustre/ldlm/ldlm_lib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index a3133eb..62e1c47 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -36,6 +36,7 @@ #include #include #include +#include "ldlm_internal.h" /* @priority: if non-zero, move the selected to the list head * @create: if zero, only search in existed connections -- 1.8.3.1