diff options
Diffstat (limited to 'test/test_mutex_pi.c')
-rw-r--r-- | test/test_mutex_pi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_mutex_pi.c b/test/test_mutex_pi.c index ef470488..4332a91d 100644 --- a/test/test_mutex_pi.c +++ b/test/test_mutex_pi.c @@ -80,6 +80,7 @@ #include <kern/cpumap.h> #include <kern/error.h> +#include <kern/init.h> #include <kern/mutex.h> #include <kern/panic.h> #include <kern/syscnt.h> @@ -416,7 +417,7 @@ test_e(void *arg) } } -void +void __init test_setup(void) { struct thread_attr attr; |