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/fprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdio/fprintf.c') diff --git a/src/stdio/fprintf.c b/src/stdio/fprintf.c index bab6455a..c773a72a 100644 --- a/src/stdio/fprintf.c +++ b/src/stdio/fprintf.c @@ -1,7 +1,7 @@ #include #include #include -#include "_stdio.h" +#include "_format.h" /** write formatted output to a file stream **/ -- cgit v1.2.1