aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ntb
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2019-07-02 15:01:54 +0000
committerAlexander Motin <mav@FreeBSD.org>2019-07-02 15:01:54 +0000
commit3a76d901d629ebe03757fdac79174fa775654403 (patch)
tree1361e17d9684a8adc609b3c3778c259728e681e9 /sys/dev/ntb
parenta9258f9b7fbb4a0153d5566efc0face5739a59f6 (diff)
Notes
Diffstat (limited to 'sys/dev/ntb')
-rw-r--r--sys/dev/ntb/ntb_hw/ntb_hw_amd.c1
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>