From 0adf222e9de1abf40e71429f9b4a70b12389f025 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 25 Nov 2009 19:59:38 +0000 Subject: [PATCH] b=21041 i=dmitry.zogin i=johann On RHEL5 at least, the sg_set_page autoconf macro needs the addition of in order to properly work. --- lnet/autoconf/lustre-lnet.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4 index 1c8d2ff..6297224 100644 --- a/lnet/autoconf/lustre-lnet.m4 +++ b/lnet/autoconf/lustre-lnet.m4 @@ -1394,6 +1394,7 @@ LB_LINUX_TRY_COMPILE([ AC_DEFUN([LN_SCATTERLIST_SETPAGE], [AC_MSG_CHECKING([for exist sg_set_page]) LB_LINUX_TRY_COMPILE([ + #include #include ],[ sg_set_page(NULL,NULL,0,0); -- 1.8.3.1