From: Uri Simchoni Date: Sun, 19 Nov 2017 05:18:03 +0000 (+0000) Subject: nfs4acl: fix picky build in case rpc/xdr.h is not available X-Git-Tag: talloc-2.1.11~419 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fcf66137ef63e8a6f697a45a773d463f13b68a2;p=thirdparty%2Fsamba.git nfs4acl: fix picky build in case rpc/xdr.h is not available Signed-off-by: Uri Simchoni Reviewed-by: Andrew Bartlett --- diff --git a/source3/modules/nfs4acl_xattr_xdr.c b/source3/modules/nfs4acl_xattr_xdr.c index 67684dceb17..524e69c0e1f 100644 --- a/source3/modules/nfs4acl_xattr_xdr.c +++ b/source3/modules/nfs4acl_xattr_xdr.c @@ -403,6 +403,7 @@ NTSTATUS nfs4acl_xdr_blob_to_smb4(struct vfs_handle_struct *handle, } #else /* !HAVE_RPC_XDR_H */ +#include "nfs4acl_xattr_xdr.h" NTSTATUS nfs4acl_xdr_blob_to_smb4(struct vfs_handle_struct *handle, TALLOC_CTX *mem_ctx, DATA_BLOB *blob,