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

Heinrich Schuchardt xypron.glpk at gmx.de
Mon Dec 28 21:31:43 CET 2020


Our ctype.h is in include/linux/

Signed-off-by: Heinrich Schuchardt <xypron.glpk at 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



More information about the U-Boot mailing list