diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2002-04-01 23:51:23 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-04-01 23:51:23 +0000 |
| commit | 182da8209d4cda12e2d510e06f9e4b516171f9b6 (patch) | |
| tree | ec7d3de3f9fac7137b9779c10d8281315efa3647 /sys/kern/kern_switch.c | |
| parent | ad68ab89e2c36e378d03ab777464dcc8a24a43a0 (diff) | |
Notes
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. |
