diff options
Diffstat (limited to 'test/test_pmap_update_mp.c')
-rw-r--r-- | test/test_pmap_update_mp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test_pmap_update_mp.c b/test/test_pmap_update_mp.c index 21882bf2..5f40c8ce 100644 --- a/test/test_pmap_update_mp.c +++ b/test/test_pmap_update_mp.c @@ -24,6 +24,9 @@ * tables of the current processor have been updated. */ +#include <stddef.h> +#include <string.h> + #include <kern/condition.h> #include <kern/cpumap.h> #include <kern/error.h> @@ -31,8 +34,6 @@ #include <kern/panic.h> #include <kern/param.h> #include <kern/printk.h> -#include <kern/stddef.h> -#include <kern/string.h> #include <kern/thread.h> #include <test/test.h> #include <vm/vm_kmem.h> |