summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-28 21:31:43 +0100
committerTom Rini <trini@konsulko.com>2021-01-16 19:17:11 -0500
commit834427d46365e5e76ec5b23eca40063f7881c493 (patch)
treec7b9f16d7f4efc3e83da0e604f599a9f5ce1a081 /lib
parent3e50deece014bc6e3dc57e85dc2b903630f7f69a (diff)
downloadu-boot-834427d46365e5e76ec5b23eca40063f7881c493.tar.gz
u-boot-834427d46365e5e76ec5b23eca40063f7881c493.tar.xz
u-boot-834427d46365e5e76ec5b23eca40063f7881c493.zip
lib: zlib: include ctype.h
Our ctype.h is in include/linux/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/zlib/trees.c2
1 files changed, 1 insertions, 1 deletions
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
/* ===========================================================================