diff options
Diffstat (limited to 'test/test_xcall.c')
-rw-r--r-- | test/test_xcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_xcall.c b/test/test_xcall.c index 3552944a..4e02d6f3 100644 --- a/test/test_xcall.c +++ b/test/test_xcall.c @@ -21,11 +21,11 @@ */ #include <stddef.h> +#include <stdio.h> #include <kern/error.h> #include <kern/cpumap.h> #include <kern/panic.h> -#include <kern/printf.h> #include <kern/thread.h> #include <kern/xcall.h> #include <test/test.h> |