diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2026-05-19 17:18:00 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2026-05-19 17:18:00 +0000 |
| commit | 8c9dc47b5fcaf58a89b1511118b78a65737b20cc (patch) | |
| tree | f29cf7b8e1e3069b4af44383762b334351564d8c | |
| parent | 9958d0f1dc64fafe73ff6f93c65b3a9f8b39f960 (diff) | |
vnic: Add missing #include
Reported by: bz, olivier
Fixes: 6dc813301a17 ("sys: Use is_pci_device instead of direct comparisons to devclasses")
Sponsored by: Chelsio Communications
| -rw-r--r-- | sys/dev/vnic/thunder_bgx_fdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vnic/thunder_bgx_fdt.c b/sys/dev/vnic/thunder_bgx_fdt.c index d8c5459f2914..e038c0b728eb 100644 --- a/sys/dev/vnic/thunder_bgx_fdt.c +++ b/sys/dev/vnic/thunder_bgx_fdt.c @@ -52,6 +52,7 @@ #include <dev/ofw/openfirm.h> #include <dev/ofw/ofw_bus.h> #include <dev/mii/miivar.h> +#include <dev/pci/pcivar.h> #include "thunder_bgx.h" #include "thunder_bgx_var.h" |
