From: Greg Kroah-Hartman Date: Sat, 26 May 2018 07:01:03 +0000 (+0200) Subject: staging: lustre: fix build error in errno.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3c24e170d49d18f67263d0db2ee8126787208b0c;p=linux.git staging: lustre: fix build error in errno.c Turns out we need some more .h files to build properly on all arches. Specifically errno.h for this file. Reported-by: kbuild test robot Fixes: 0922c0084b91 ("staging: lustre: remove libcfs_all from ptlrpc") Cc: NeilBrown Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/ptlrpc/errno.c b/drivers/staging/lustre/lustre/ptlrpc/errno.c index c587fc86fcda4..e44315047c2e5 100644 --- a/drivers/staging/lustre/lustre/ptlrpc/errno.c +++ b/drivers/staging/lustre/lustre/ptlrpc/errno.c @@ -26,6 +26,7 @@ * Copyright (c) 2013, Intel Corporation. */ +#include #include /*