From a2225a2d850d59427e0b9e8c869d22b64ff28629 Mon Sep 17 00:00:00 2001 From: Matheus Afonso Martins Moreira Date: Thu, 2 Nov 2023 06:26:44 -0300 Subject: [PATCH] vcscanf: include the gdtoa library The parsing of floating point numbers is quite complex. Reuse available libraries to accomplish the task. --- libc/stdio/vcscanf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/stdio/vcscanf.c b/libc/stdio/vcscanf.c index d68c4a5ea..9bfdd8900 100644 --- a/libc/stdio/vcscanf.c +++ b/libc/stdio/vcscanf.c @@ -26,6 +26,7 @@ #include "libc/str/tpdecodecb.internal.h" #include "libc/str/utf16.h" #include "libc/sysv/errfuns.h" +#include "third_party/gdtoa/gdtoa.h" #define READ \ ({ \