From: Christopher J. Morrone Date: Wed, 18 Jul 2012 00:40:10 +0000 (-0700) Subject: LU-1606 api: Include stddef.h in ll_fiemap.h X-Git-Tag: 2.1.4-RC1~47 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=17ed896fa05041390c2f044b4af10a932bb19953;p=fs%2Flustre-release.git LU-1606 api: Include stddef.h in ll_fiemap.h In user space only, include stddef.h in ll_fiemap.h to define such things as size_t. Signed-off-by: Christopher J. Morrone Change-Id: Ia5efa7758d27952009a50c479b3e02d4b6b7c9b6 Reviewed-on: http://review.whamcloud.com/3425 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Li Wei Reviewed-by: Oleg Drokin --- diff --git a/lustre/include/lustre/ll_fiemap.h b/lustre/include/lustre/ll_fiemap.h index ebfd585..f83b135 100644 --- a/lustre/include/lustre/ll_fiemap.h +++ b/lustre/include/lustre/ll_fiemap.h @@ -48,6 +48,7 @@ #if !defined(HAVE_LINUX_FIEMAP_H) || !defined(__KERNEL__) #ifndef __KERNEL__ +#include #include #endif