Add this so that the header file can used without first including the errno.h header.
Signed-off-by: Simon Glass <s...@chromium.org> --- arch/sandbox/include/asm/test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sandbox/include/asm/test.h b/arch/sandbox/include/asm/test.h index e482271fe975..86968ea6d345 100644 --- a/arch/sandbox/include/asm/test.h +++ b/arch/sandbox/include/asm/test.h @@ -8,6 +8,7 @@ #ifndef __ASM_TEST_H #define __ASM_TEST_H +#include <errno.h> #include <video.h> #include <pci_ids.h> -- 2.40.0.634.g4ca3ef3211-goog