From fd466889b49dfe528567587183c2aedd27836f27 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 7 Jun 2024 14:50:18 -0400 Subject: split formatted I/O header, unify undefined behavior reporting with UNDEFINED_FMT() macro --- src/stdio/vscanf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdio/vscanf.c') diff --git a/src/stdio/vscanf.c b/src/stdio/vscanf.c index 701ac478..2b94b61c 100644 --- a/src/stdio/vscanf.c +++ b/src/stdio/vscanf.c @@ -1,5 +1,5 @@ #include -#include "_stdio.h" +#include "_format.h" int vscanf(const char * restrict format, va_list arg) { -- cgit v1.2.1