X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fcli_simple.c;h=6c881c133c6139b27c56b2f6561903b5f0495567;hb=d5e08fd2042975fb60d807aed477d5b8c6e8cf16;hp=cb642d2ff3bc93cedd2434ae37e4008a2ebbc371;hpb=390194d43fa4478ddb638164ddb114c979f3e57a;p=oweals%2Fu-boot.git diff --git a/common/cli_simple.c b/common/cli_simple.c index cb642d2ff3..6c881c133c 100644 --- a/common/cli_simple.c +++ b/common/cli_simple.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. @@ -5,14 +6,13 @@ * Add to readline cmdline-editing by * (C) Copyright 2005 * JinHua Luo, GuangDong Linux Center, - * - * SPDX-License-Identifier: GPL-2.0+ */ #include #include #include #include +#include #include #define DEBUG_PARSER 0 /* set to 1 to debug */