diff options
Diffstat (limited to 'sys/kern/kern_switch.c')
| -rw-r--r-- | sys/kern/kern_switch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_switch.c b/sys/kern/kern_switch.c index ccfb1149bfb5..1b33f2838ca0 100644 --- a/sys/kern/kern_switch.c +++ b/sys/kern/kern_switch.c @@ -34,6 +34,7 @@ #include <sys/mutex.h> #include <sys/proc.h> #include <sys/queue.h> +#include <machine/critical.h> /* * Global run queue. |
