summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2011-07-11 05:22:31 +0000
committerae <ae@FreeBSD.org>2011-07-11 05:22:31 +0000
commit972deb0b1f84a778df634f7aa995aca2b570beff (patch)
tree1e918332d3abac70d774643b79608b1d3c9344db /sys/geom/vinum
parent7f1d0d3f37a0e0f27624b2bf980c16a3e1073f1e (diff)
downloadFreeBSD-src-972deb0b1f84a778df634f7aa995aca2b570beff.zip
FreeBSD-src-972deb0b1f84a778df634f7aa995aca2b570beff.tar.gz
Include sys/sbuf.h directly.
Reviewed by: pjd
Diffstat (limited to 'sys/geom/vinum')
-rw-r--r--sys/geom/vinum/geom_vinum.c1
-rw-r--r--sys/geom/vinum/geom_vinum_drive.c2
-rw-r--r--sys/geom/vinum/geom_vinum_list.c2
-rw-r--r--sys/geom/vinum/geom_vinum_subr.c1
4 files changed, 6 insertions, 0 deletions
diff --git a/sys/geom/vinum/geom_vinum.c b/sys/geom/vinum/geom_vinum.c
index 107b80d..ab4d1a4 100644
--- a/sys/geom/vinum/geom_vinum.c
+++ b/sys/geom/vinum/geom_vinum.c
@@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include <sys/malloc.h>
#include <sys/module.h>
#include <sys/mutex.h>
+#include <sys/sbuf.h>
#include <sys/sysctl.h>
#include <sys/systm.h>
diff --git a/sys/geom/vinum/geom_vinum_drive.c b/sys/geom/vinum/geom_vinum_drive.c
index f782fd0..877eed4 100644
--- a/sys/geom/vinum/geom_vinum_drive.c
+++ b/sys/geom/vinum/geom_vinum_drive.c
@@ -27,8 +27,10 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <sys/types.h>
#include <sys/endian.h>
#include <sys/malloc.h>
+#include <sys/sbuf.h>
#include <sys/systm.h>
#include <geom/geom.h>
diff --git a/sys/geom/vinum/geom_vinum_list.c b/sys/geom/vinum/geom_vinum_list.c
index 00b89495..3d44cd4 100644
--- a/sys/geom/vinum/geom_vinum_list.c
+++ b/sys/geom/vinum/geom_vinum_list.c
@@ -28,8 +28,10 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <sys/types.h>
#include <sys/libkern.h>
#include <sys/malloc.h>
+#include <sys/sbuf.h>
#include <geom/geom.h>
#include <geom/vinum/geom_vinum_var.h>
diff --git a/sys/geom/vinum/geom_vinum_subr.c b/sys/geom/vinum/geom_vinum_subr.c
index e381ff2..ea7c7e7 100644
--- a/sys/geom/vinum/geom_vinum_subr.c
+++ b/sys/geom/vinum/geom_vinum_subr.c
@@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/malloc.h>
+#include <sys/sbuf.h>
#include <sys/systm.h>
#include <geom/geom.h>
OpenPOWER on IntegriCloud