From b1b74d17b646a96645d7c819734697ea8362e86e Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" Date: Tue, 17 Jul 2012 17:40:10 -0700 Subject: [PATCH] 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 --- lustre/include/lustre/ll_fiemap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/lustre/ll_fiemap.h b/lustre/include/lustre/ll_fiemap.h index 93a5ff4..6e63c3e 100644 --- a/lustre/include/lustre/ll_fiemap.h +++ b/lustre/include/lustre/ll_fiemap.h @@ -46,6 +46,7 @@ #if !defined(HAVE_LINUX_FIEMAP_H) || !defined(__KERNEL__) #ifndef __KERNEL__ +#include #include #endif -- 1.8.3.1