Procházet zdrojové kódy

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 před 12 roky
rodič
revize
4668a086bb
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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>