diff --git a/sys/geom/cache/g_cache.c b/sys/geom/cache/g_cache.c index ca05f14be51..fc3490f7eae 100644 --- a/sys/geom/cache/g_cache.c +++ b/sys/geom/cache/g_cache.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/concat/g_concat.c b/sys/geom/concat/g_concat.c index 54e0fe05ad3..b2196b7b40e 100644 --- a/sys/geom/concat/g_concat.c +++ b/sys/geom/concat/g_concat.c @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c index 30497a453ea..6941470856a 100644 --- a/sys/geom/eli/g_eli.c +++ b/sys/geom/eli/g_eli.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/gate/g_gate.c b/sys/geom/gate/g_gate.c index 22338a513ca..886b9939167 100644 --- a/sys/geom/gate/g_gate.c +++ b/sys/geom/gate/g_gate.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/geom_bsd.c b/sys/geom/geom_bsd.c index c5b92520c1a..60fc50ce6ff 100644 --- a/sys/geom/geom_bsd.c +++ b/sys/geom/geom_bsd.c @@ -57,6 +57,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c index 16593219cb4..b2ccaba7e04 100644 --- a/sys/geom/geom_ccd.c +++ b/sys/geom/geom_ccd.c @@ -58,6 +58,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include /* diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c index 17cae6828f9..3072895fdc9 100644 --- a/sys/geom/geom_disk.c +++ b/sys/geom/geom_disk.c @@ -46,6 +46,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/geom_pc98.c b/sys/geom/geom_pc98.c index ffc48bd2f1b..71c194de18d 100644 --- a/sys/geom/geom_pc98.c +++ b/sys/geom/geom_pc98.c @@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/geom/geom_sunlabel.c b/sys/geom/geom_sunlabel.c index f05b7e62247..5ac35adca1b 100644 --- a/sys/geom/geom_sunlabel.c +++ b/sys/geom/geom_sunlabel.c @@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/label/g_label_gpt.c b/sys/geom/label/g_label_gpt.c index 37014959cff..ecab01bc222 100644 --- a/sys/geom/label/g_label_gpt.c +++ b/sys/geom/label/g_label_gpt.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c index a2780d7c963..66888643be2 100644 --- a/sys/geom/mirror/g_mirror.c +++ b/sys/geom/mirror/g_mirror.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/mountver/g_mountver.c b/sys/geom/mountver/g_mountver.c index c6530908bd1..b2e1a63453f 100644 --- a/sys/geom/mountver/g_mountver.c +++ b/sys/geom/mountver/g_mountver.c @@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/multipath/g_multipath.c b/sys/geom/multipath/g_multipath.c index 6720a872b8e..947cce0507b 100644 --- a/sys/geom/multipath/g_multipath.c +++ b/sys/geom/multipath/g_multipath.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/nop/g_nop.c b/sys/geom/nop/g_nop.c index c1a2333e223..675f06e59cb 100644 --- a/sys/geom/nop/g_nop.c +++ b/sys/geom/nop/g_nop.c @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/raid/g_raid.c b/sys/geom/raid/g_raid.c index 1fdd42186fa..3c4a3f8257c 100644 --- a/sys/geom/raid/g_raid.c +++ b/sys/geom/raid/g_raid.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c index 67e44196c36..eef7c10817d 100644 --- a/sys/geom/raid3/g_raid3.c +++ b/sys/geom/raid3/g_raid3.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/sched/g_sched.c b/sys/geom/sched/g_sched.c index dd5120fd5e1..10102296f90 100644 --- a/sys/geom/sched/g_sched.c +++ b/sys/geom/sched/g_sched.c @@ -111,6 +111,7 @@ #include #include #include +#include #include #include #include /* we access curthread */ diff --git a/sys/geom/sched/gs_rr.c b/sys/geom/sched/gs_rr.c index 39b976a04cf..1fc8cda3f7e 100644 --- a/sys/geom/sched/gs_rr.c +++ b/sys/geom/sched/gs_rr.c @@ -59,6 +59,7 @@ #include #include #include +#include #include #include "gs_scheduler.h" diff --git a/sys/geom/shsec/g_shsec.c b/sys/geom/shsec/g_shsec.c index 4bf918f6db2..abf0317ba83 100644 --- a/sys/geom/shsec/g_shsec.c +++ b/sys/geom/shsec/g_shsec.c @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/stripe/g_stripe.c b/sys/geom/stripe/g_stripe.c index 08841b5e66e..bb946317d24 100644 --- a/sys/geom/stripe/g_stripe.c +++ b/sys/geom/stripe/g_stripe.c @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/geom/vinum/geom_vinum.c b/sys/geom/vinum/geom_vinum.c index 107b80d6f83..ab4d1a4cbcc 100644 --- a/sys/geom/vinum/geom_vinum.c +++ b/sys/geom/vinum/geom_vinum.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/geom/vinum/geom_vinum_drive.c b/sys/geom/vinum/geom_vinum_drive.c index f782fd0c721..877eed40569 100644 --- a/sys/geom/vinum/geom_vinum_drive.c +++ b/sys/geom/vinum/geom_vinum_drive.c @@ -27,8 +27,10 @@ #include __FBSDID("$FreeBSD$"); +#include #include #include +#include #include #include diff --git a/sys/geom/vinum/geom_vinum_list.c b/sys/geom/vinum/geom_vinum_list.c index 00b89495b57..3d44cd4fe1e 100644 --- a/sys/geom/vinum/geom_vinum_list.c +++ b/sys/geom/vinum/geom_vinum_list.c @@ -28,8 +28,10 @@ #include __FBSDID("$FreeBSD$"); +#include #include #include +#include #include #include diff --git a/sys/geom/vinum/geom_vinum_subr.c b/sys/geom/vinum/geom_vinum_subr.c index e381ff2bf59..ea7c7e7ef3f 100644 --- a/sys/geom/vinum/geom_vinum_subr.c +++ b/sys/geom/vinum/geom_vinum_subr.c @@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include diff --git a/sys/geom/virstor/g_virstor.c b/sys/geom/virstor/g_virstor.c index 509aca1faf2..e9bee5c580e 100644 --- a/sys/geom/virstor/g_virstor.c +++ b/sys/geom/virstor/g_virstor.c @@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include