X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fcli_hush.c;h=cf1e273485c7e98c82cc897030439faf3a2e917e;hb=2f2031e647564be8121c05507fbec8e6c5bc0e63;hp=07c048ec6a97a7ccd713d8dc0780244a8c98889a;hpb=470135be276b2d92c6da464c68839202d4ff0d08;p=oweals%2Fu-boot.git diff --git a/common/cli_hush.c b/common/cli_hush.c index 07c048ec6a..cf1e273485 100644 --- a/common/cli_hush.c +++ b/common/cli_hush.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * sh.c -- a prototype Bourne shell grammar parser * Intended to follow the original Thompson and Ritchie @@ -70,15 +71,14 @@ * document how quoting rules not precisely followed for variable assignments * maybe change map[] to use 2-bit entries * (eventually) remove all the printf's - * - * SPDX-License-Identifier: GPL-2.0+ */ #define __U_BOOT__ #ifdef __U_BOOT__ +#include /* readline */ +#include #include /* malloc, free, realloc*/ #include /* isalpha, isdigit */ -#include /* readline */ #include #include #include