aboutsummaryrefslogtreecommitdiff
path: root/tests/common/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/printf.c')
-rw-r--r--tests/common/printf.c5
1 files changed, 4 insertions, 1 deletions
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 <stdarg.h>
-#include "test.h"
+#include <kmi/types.h>
+
+#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