diff options
Diffstat (limited to 'test/test_pmap_update_mp.c')
-rw-r--r-- | test/test_pmap_update_mp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pmap_update_mp.c b/test/test_pmap_update_mp.c index 0c5e2dbd..5588ce83 100644 --- a/test/test_pmap_update_mp.c +++ b/test/test_pmap_update_mp.c @@ -25,6 +25,7 @@ */ #include <stddef.h> +#include <stdio.h> #include <string.h> #include <kern/condition.h> @@ -33,7 +34,6 @@ #include <kern/mutex.h> #include <kern/panic.h> #include <kern/param.h> -#include <kern/printf.h> #include <kern/thread.h> #include <test/test.h> #include <vm/vm_kmem.h> |