diff options
Diffstat (limited to 'test/test_vm_page_fill.c')
-rw-r--r-- | test/test_vm_page_fill.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test_vm_page_fill.c b/test/test_vm_page_fill.c index 55a328b2..c334407d 100644 --- a/test/test_vm_page_fill.c +++ b/test/test_vm_page_fill.c @@ -22,11 +22,12 @@ * in which case this test will catch the error. */ +#include <stddef.h> +#include <stdint.h> + #include <kern/cpumap.h> #include <kern/error.h> #include <kern/list.h> -#include <kern/stddef.h> -#include <kern/stdint.h> #include <kern/thread.h> #include <machine/pmap.h> #include <test/test.h> |