[PATCH 1/1] lib: zlib: include ctype.h

28 Dec
2020
28 Dec
'20
9:31 p.m.
Our ctype.h is in include/linux/
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- lib/zlib/trees.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/zlib/trees.c b/lib/zlib/trees.c index 3e09517ed0..700c62f6d7 100644 --- a/lib/zlib/trees.c +++ b/lib/zlib/trees.c @@ -38,7 +38,7 @@ #include "deflate.h"
#ifdef DEBUG -# include <ctype.h> +# include <linux/ctype.h> #endif
/* =========================================================================== -- 2.29.2

18 Jan
18 Jan
2:02 p.m.
On Mon, Dec 28, 2020 at 09:31:43PM +0100, Heinrich Schuchardt wrote:
Our ctype.h is in include/linux/
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applied to u-boot/master, thanks!
--
Tom
1571
Age (days ago)
1592
Last active (days ago)
1 comments
2 participants
participants (2)
-
Heinrich Schuchardt
-
Tom Rini