diff options
Diffstat (limited to 'test/test_sref_noref.c')
-rw-r--r-- | test/test_sref_noref.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_sref_noref.c b/test/test_sref_noref.c index d9fe63b8..b74338dc 100644 --- a/test/test_sref_noref.c +++ b/test/test_sref_noref.c @@ -32,6 +32,8 @@ * to occur. */ +#include <stddef.h> + #include <kern/condition.h> #include <kern/error.h> #include <kern/evcnt.h> @@ -41,7 +43,6 @@ #include <kern/panic.h> #include <kern/sprintf.h> #include <kern/sref.h> -#include <kern/stddef.h> #include <kern/thread.h> #include <test/test.h> #include <vm/vm_kmem.h> |