From 1a2e1fff7ce4b8fd8db46549d81e71e76b842da3 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 30 Aug 2024 18:56:49 +0300 Subject: add some basic benchmarks --- tests/common/printf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/common/printf.c') diff --git a/tests/common/printf.c b/tests/common/printf.c index 0ad084b..7e7451a 100644 --- a/tests/common/printf.c +++ b/tests/common/printf.c @@ -1,5 +1,8 @@ #include -#include "test.h" +#include + +#include "printf.h" +#include "sys.h" /* Directly copied from src/debug.c, which was copied from * https://github.com/mpaland/printf/blob/master/printf.c -- cgit v1.3