From: yangsheng Date: Thu, 24 Jun 2010 13:36:34 +0000 (+0800) Subject: b=21610 include fs.h for posix_acl. X-Git-Tag: v1_8_3_55~3 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6a63e7def5fc5fccb5698fb868e88cf94d6c5715;p=fs%2Flustre-release.git b=21610 include fs.h for posix_acl. --- diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 3689184..90eec61 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -420,6 +420,7 @@ AC_DEFUN([LC_POSIX_ACL_XATTR_H], [LB_CHECK_FILE([$LINUX/include/linux/posix_acl_xattr.h],[ AC_MSG_CHECKING([if linux/posix_acl_xattr.h can be compiled]) LB_LINUX_TRY_COMPILE([ + #include #include ],[],[ AC_MSG_RESULT([yes])