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 3e09517..700c62f 100644 (file)
@@ -38,7 +38,7 @@
 #include "deflate.h"
 
 #ifdef DEBUG
-#  include <ctype.h>
+#  include <linux/ctype.h>
 #endif
 
 /* ===========================================================================