diff options
Diffstat (limited to 'test/test_llsync_defer.c')
-rw-r--r-- | test/test_llsync_defer.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test_llsync_defer.c b/test/test_llsync_defer.c index e4cca214..954ea390 100644 --- a/test/test_llsync_defer.c +++ b/test/test_llsync_defer.c @@ -28,6 +28,9 @@ * Each thread regularly prints a string to report that it's making progress. */ +#include <stddef.h> +#include <string.h> + #include <kern/condition.h> #include <kern/error.h> #include <kern/kmem.h> @@ -37,8 +40,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 <kern/work.h> #include <test/test.h> |