diff options
Diffstat (limited to 'test/test_xcall.c')
-rw-r--r-- | test/test_xcall.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_xcall.c b/test/test_xcall.c index 2d496de1..ab4fa113 100644 --- a/test/test_xcall.c +++ b/test/test_xcall.c @@ -20,11 +20,12 @@ * processor, and another on a remote processor. */ +#include <stddef.h> + #include <kern/error.h> #include <kern/cpumap.h> #include <kern/panic.h> #include <kern/printk.h> -#include <kern/stddef.h> #include <kern/thread.h> #include <kern/xcall.h> #include <test/test.h> |