summaryrefslogtreecommitdiff
path: root/sys/kern/subr_taskqueue.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-09-13 18:33:25 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-09-13 18:33:25 +0000
commit9a94c9c5c34533296cf9edaa89fbcb185844b866 (patch)
tree015056ce4ea03845d6c1e21279345e9611eaeddc /sys/kern/subr_taskqueue.c
parent220ca3ff5e4f29e5b427150bc2bb29289fce220a (diff)
Notes
Diffstat (limited to 'sys/kern/subr_taskqueue.c')
-rw-r--r--sys/kern/subr_taskqueue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_taskqueue.c b/sys/kern/subr_taskqueue.c
index 6d18cb9c95ea..422fa862e9e6 100644
--- a/sys/kern/subr_taskqueue.c
+++ b/sys/kern/subr_taskqueue.c
@@ -27,6 +27,7 @@
*/
#include <sys/param.h>
+#include <sys/bus.h>
#include <sys/queue.h>
#include <sys/systm.h>
#include <sys/kernel.h>