소스 검색

sandbox: Add asm/errno.h

This file is required for all archs. Fixes a sandbox build break on ext4.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 12 년 전
부모
커밋
4668a086bb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      arch/sandbox/include/asm/errno.h

+ 1 - 0
arch/sandbox/include/asm/errno.h

@@ -0,0 +1 @@
+#include <asm-generic/errno.h>