diff options
Diffstat (limited to 'cmd/host.c')
-rw-r--r-- | cmd/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/host.c b/cmd/host.c index b427e541f1e..515621b8046 100644 --- a/cmd/host.c +++ b/cmd/host.c @@ -9,7 +9,7 @@ #include <fs.h> #include <part.h> #include <sandboxblockdev.h> -#include <asm/errno.h> +#include <linux/errno.h> static int host_curr_device = -1; |