From f49c86ac89512b72f4cac3e5103e5cf43adeb6bb Mon Sep 17 00:00:00 2001 From: yangsheng Date: Tue, 19 May 2009 11:47:50 +0000 Subject: [PATCH] Branch b_release_1_6_7 b=19554 i=johann, zhen.liang Fixed o2ib module unknow symbol. --- 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 6348323..734f39d 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