Commit 3c24e170 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarkbuild test robot <lkp@intel.com>
Fixes: 0922c008 ("staging: lustre: remove libcfs_all from ptlrpc")
Cc: NeilBrown <neilb@suse.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f7a258a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
 * Copyright (c) 2013, Intel Corporation.
 */

#include <linux/errno.h>
#include <lustre_errno.h>

/*