lib: zlib: include ctype.h

Our ctype.h is in include/linux/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
Heinrich Schuchardt 2020-12-28 21:31:43 +01:00 committed by Tom Rini
parent 3e50deece0
commit 834427d463
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#include "deflate.h"
#ifdef DEBUG
# include <ctype.h>
# include <linux/ctype.h>
#endif
/* ===========================================================================