diff --git a/sys/dev/agp/agp.c b/sys/dev/agp/agp.c index 4254abda84b..46f10a3c5c5 100644 --- a/sys/dev/agp/agp.c +++ b/sys/dev/agp/agp.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/agp/agp_ali.c b/sys/dev/agp/agp_ali.c index 81260ddb48b..cff5260d74f 100644 --- a/sys/dev/agp/agp_ali.c +++ b/sys/dev/agp/agp_ali.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/agp/agp_amd.c b/sys/dev/agp/agp_amd.c index a20b59b4903..c9e20d2acbf 100644 --- a/sys/dev/agp/agp_amd.c +++ b/sys/dev/agp/agp_amd.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index faa0f485d52..37c033d8c94 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c index 9258fdfd3aa..ce70b4fdeb5 100644 --- a/sys/dev/agp/agp_intel.c +++ b/sys/dev/agp/agp_intel.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/agp/agp_nvidia.c b/sys/dev/agp/agp_nvidia.c index 054690f19d5..5b6c96d31eb 100644 --- a/sys/dev/agp/agp_nvidia.c +++ b/sys/dev/agp/agp_nvidia.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c index c32e7229d32..768eb1141ca 100644 --- a/sys/dev/agp/agp_sis.c +++ b/sys/dev/agp/agp_sis.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/agp/agp_via.c b/sys/dev/agp/agp_via.c index 1f4cd8c903a..7fe3bd02652 100644 --- a/sys/dev/agp/agp_via.c +++ b/sys/dev/agp/agp_via.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index 0130b9d7e4d..851bef8f13f 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/if_dc.c @@ -98,6 +98,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index fb784dcc402..c4e184d29c0 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 92e7002b973..c9eb8506ab3 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -85,6 +85,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index 14ff623236b..f33d4076339 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -91,6 +91,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index af14959808c..ad5366e8aeb 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -87,6 +87,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c index 66372bef647..9566c6df463 100644 --- a/sys/dev/vr/if_vr.c +++ b/sys/dev/vr/if_vr.c @@ -65,6 +65,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/agp.c b/sys/pci/agp.c index 4254abda84b..46f10a3c5c5 100644 --- a/sys/pci/agp.c +++ b/sys/pci/agp.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c index 81260ddb48b..cff5260d74f 100644 --- a/sys/pci/agp_ali.c +++ b/sys/pci/agp_ali.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c index a20b59b4903..c9e20d2acbf 100644 --- a/sys/pci/agp_amd.c +++ b/sys/pci/agp_amd.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index faa0f485d52..37c033d8c94 100644 --- a/sys/pci/agp_i810.c +++ b/sys/pci/agp_i810.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c index 9258fdfd3aa..ce70b4fdeb5 100644 --- a/sys/pci/agp_intel.c +++ b/sys/pci/agp_intel.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/agp_nvidia.c b/sys/pci/agp_nvidia.c index 054690f19d5..5b6c96d31eb 100644 --- a/sys/pci/agp_nvidia.c +++ b/sys/pci/agp_nvidia.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c index c32e7229d32..768eb1141ca 100644 --- a/sys/pci/agp_sis.c +++ b/sys/pci/agp_sis.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c index 1f4cd8c903a..7fe3bd02652 100644 --- a/sys/pci/agp_via.c +++ b/sys/pci/agp_via.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c index 0130b9d7e4d..851bef8f13f 100644 --- a/sys/pci/if_dc.c +++ b/sys/pci/if_dc.c @@ -98,6 +98,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index fb784dcc402..c4e184d29c0 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c index 34d4778495c..cc0b9998788 100644 --- a/sys/pci/if_pcn.c +++ b/sys/pci/if_pcn.c @@ -58,6 +58,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index 7e3bd56e47e..849b4c8a716 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -90,6 +90,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c index 92e7002b973..c9eb8506ab3 100644 --- a/sys/pci/if_sf.c +++ b/sys/pci/if_sf.c @@ -85,6 +85,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c index 14ff623236b..f33d4076339 100644 --- a/sys/pci/if_sk.c +++ b/sys/pci/if_sk.c @@ -91,6 +91,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index 5f0e0130d3f..c1e60d1e65f 100644 --- a/sys/pci/if_ste.c +++ b/sys/pci/if_ste.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index af14959808c..ad5366e8aeb 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -87,6 +87,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c index 5660bfdbd8e..deb80057152 100644 --- a/sys/pci/if_tl.c +++ b/sys/pci/if_tl.c @@ -183,6 +183,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c index 66372bef647..9566c6df463 100644 --- a/sys/pci/if_vr.c +++ b/sys/pci/if_vr.c @@ -65,6 +65,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c index 1b738d7242b..772a52748a0 100644 --- a/sys/pci/if_wb.c +++ b/sys/pci/if_wb.c @@ -90,6 +90,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index 3016b6e0201..5533770ebc5 100644 --- a/sys/pci/if_xl.c +++ b/sys/pci/if_xl.c @@ -107,6 +107,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index ab7892ec13d..135f81e82be 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -180,6 +180,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c index e17ee55bb88..38014a3f891 100644 --- a/sys/pci/xrpu.c +++ b/sys/pci/xrpu.c @@ -22,6 +22,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include