From 7149ef9199e836c731208fabc568a8d1610bc14c Mon Sep 17 00:00:00 2001 From: johann Date: Thu, 28 May 2009 11:12:54 +0000 Subject: [PATCH] Branch b_release_1_8_1 b=19554 i=johann (patch from Yangsheng) i=liang Fix warning "implicit declaration of function `sg_set_page'". --- 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 1815fe9..907b684 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