diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2019-07-02 15:01:54 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2019-07-02 15:01:54 +0000 |
| commit | 3a76d901d629ebe03757fdac79174fa775654403 (patch) | |
| tree | 1361e17d9684a8adc609b3c3778c259728e681e9 /sys/dev/ntb | |
| parent | a9258f9b7fbb4a0153d5566efc0face5739a59f6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ntb')
| -rw-r--r-- | sys/dev/ntb/ntb_hw/ntb_hw_amd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_amd.c b/sys/dev/ntb/ntb_hw/ntb_hw_amd.c index d5c4b8d4a8e8..04ca97a593b6 100644 --- a/sys/dev/ntb/ntb_hw/ntb_hw_amd.c +++ b/sys/dev/ntb/ntb_hw/ntb_hw_amd.c @@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$"); #include <sys/kernel.h> #include <sys/systm.h> #include <sys/bus.h> +#include <sys/lock.h> #include <sys/malloc.h> #include <sys/module.h> #include <sys/mutex.h> |
