Browse Source

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 years ago
parent
commit
4668a086bb
1 changed files with 1 additions and 0 deletions
  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>