diff options
Diffstat (limited to 'common/cmd_fuse.c')
-rw-r--r-- | common/cmd_fuse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_fuse.c b/common/cmd_fuse.c index d4bc0f6c94..5998f9b2eb 100644 --- a/common/cmd_fuse.c +++ b/common/cmd_fuse.c @@ -11,6 +11,7 @@ #include <common.h> #include <command.h> +#include <console.h> #include <fuse.h> #include <asm/errno.h> |