* [PATCH 1/1] lib: zlib: include ctype.h
@ 2020-12-28 20:31 Heinrich Schuchardt
2021-01-18 13:02 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-12-28 20:31 UTC (permalink / raw)
To: u-boot
Our ctype.h is in include/linux/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 1/1] lib: zlib: include ctype.h
2020-12-28 20:31 [PATCH 1/1] lib: zlib: include ctype.h Heinrich Schuchardt
@ 2021-01-18 13:02 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-01-18 13:02 UTC (permalink / raw)
To: u-boot
On Mon, Dec 28, 2020 at 09:31:43PM +0100, Heinrich Schuchardt wrote:
> Our ctype.h is in include/linux/
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210118/fd135f8b/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-18 13:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-28 20:31 [PATCH 1/1] lib: zlib: include ctype.h Heinrich Schuchardt
2021-01-18 13:02 ` Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.