diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2019-05-20 00:38:23 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2019-05-20 00:38:23 +0000 |
| commit | e2e050c8ef733138fc6a9e514e4b856fefbc3ff1 (patch) | |
| tree | f2ba0e6ef3f572211c35dcb8f9aef4f132a08d96 /sys/dev/ioat | |
| parent | 2ad7ed6e4a84448234e9aaef3c9fa884848f7387 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ioat')
| -rw-r--r-- | sys/dev/ioat/ioat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ioat/ioat.c b/sys/dev/ioat/ioat.c index ca183490e8ae..b13d9da9be42 100644 --- a/sys/dev/ioat/ioat.c +++ b/sys/dev/ioat/ioat.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include <sys/fail.h> #include <sys/ioccom.h> #include <sys/kernel.h> +#include <sys/ktr.h> #include <sys/lock.h> #include <sys/malloc.h> #include <sys/module.h> |
