projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e50dee
)
lib: zlib: include ctype.h
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Mon, 28 Dec 2020 20:31:43 +0000
(21:31 +0100)
committer
Tom Rini
<trini@konsulko.com>
Sun, 17 Jan 2021 00:17:11 +0000
(19:17 -0500)
Our ctype.h is in include/linux/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/zlib/trees.c
patch
|
blob
|
history
diff --git
a/lib/zlib/trees.c
b/lib/zlib/trees.c
index 3e09517ed0e55d6422c94f37e26295b87ca6e7b4..700c62f6d7b9974a1e326edef6577481d3f73dde 100644
(file)
--- 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
/* ===========================================================================