diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2023-03-08 20:48:14 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2023-03-08 20:50:01 +0000 |
| commit | b0484678d405722f40278e93cdebe95829c71f3b (patch) | |
| tree | 908258097ea646eab6abfb0e71bc431413422c26 /sys/dev/dpaa2/dpaa2_mc.c | |
| parent | 49ebbdb264fe185a685dce846985b95f28320e3f (diff) | |
Diffstat (limited to 'sys/dev/dpaa2/dpaa2_mc.c')
| -rw-r--r-- | sys/dev/dpaa2/dpaa2_mc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/dpaa2/dpaa2_mc.c b/sys/dev/dpaa2/dpaa2_mc.c index e895d2585a3a..d68707715c65 100644 --- a/sys/dev/dpaa2/dpaa2_mc.c +++ b/sys/dev/dpaa2/dpaa2_mc.c @@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$"); #include <sys/kernel.h> #include <sys/bus.h> #include <sys/rman.h> +#include <sys/lock.h> #include <sys/module.h> #include <sys/malloc.h> #include <sys/mutex.h> |
