diff options
Diffstat (limited to 'common/hash.c')
-rw-r--r-- | common/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hash.c b/common/hash.c index 41de4df536..b645298afc 100644 --- a/common/hash.c +++ b/common/hash.c @@ -17,7 +17,7 @@ #include <mapmem.h> #include <hw_sha.h> #include <asm/io.h> -#include <asm/errno.h> +#include <linux/errno.h> #else #include "mkimage.h" #include <time.h> |