diff options
Diffstat (limited to 'common/main.c')
-rw-r--r-- | common/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.c b/common/main.c index 9bee7bd..a80fb7c 100644 --- a/common/main.c +++ b/common/main.c @@ -14,7 +14,7 @@ #include <common.h> #include <command.h> #include <fdtdec.h> -#include <hush.h> +#include <cli_hush.h> #include <malloc.h> #include <menu.h> #include <post.h> |