From 9ab98b610248e0097f81f061db35f19d9ca06268 Mon Sep 17 00:00:00 2001 From: Adrian Grigore Date: Tue, 9 Jul 2024 07:59:45 +0300 Subject: [PATCH] libc/strtod.c: include ctype.h --- libc/strtod.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/strtod.c b/libc/strtod.c index a48abe5..f3b1637 100644 --- a/libc/strtod.c +++ b/libc/strtod.c @@ -1,5 +1,6 @@ #include #include +#include #include "fmtdef.h" static ulong