X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fcli_simple.c;h=7d91316a0fbd86d5ab617e6c21fc37567573ea07;hb=9452b7496f8b85ca3bdda1014495df1a6235a8de;hp=cb642d2ff3bc93cedd2434ae37e4008a2ebbc371;hpb=336aee50cf55d4d98ddf3a4412c18286e7f0a4c0;p=oweals%2Fu-boot.git diff --git a/common/cli_simple.c b/common/cli_simple.c index cb642d2ff3..7d91316a0f 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,15 @@ * 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 +#include #include #define DEBUG_PARSER 0 /* set to 1 to debug */