]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
lib: zlib: include ctype.h
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 28 Dec 2020 20:31:43 +0000 (21:31 +0100)
committerTom 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

index 3e09517ed0e55d6422c94f37e26295b87ca6e7b4..700c62f6d7b9974a1e326edef6577481d3f73dde 100644 (file)
@@ -38,7 +38,7 @@
 #include "deflate.h"
 
 #ifdef DEBUG
-#  include <ctype.h>
+#  include <linux/ctype.h>
 #endif
 
 /* ===========================================================================