浏览代码

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>