From 2588e395879dafa421863865f2e2f399c73093e5 Mon Sep 17 00:00:00 2001 From: johann Date: Thu, 4 Jun 2009 23:02:45 +0000 Subject: [PATCH] Branch b_release_1_8_0 b=19554 i=liang i=johann (patch from Yangsheng) include scatterlist.h to fix build error on RHEL4. --- lnet/klnds/o2iblnd/o2iblnd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lnet/klnds/o2iblnd/o2iblnd.h b/lnet/klnds/o2iblnd/o2iblnd.h index 74ae887..9f804c2 100644 --- a/lnet/klnds/o2iblnd/o2iblnd.h +++ b/lnet/klnds/o2iblnd/o2iblnd.h @@ -53,6 +53,9 @@ #include #include #include +#ifdef HAVE_SCATTERLIST_SETPAGE +# include +#endif #include #include -- 1.8.3.1