summaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/bsdlabel.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-10-01 07:24:55 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-10-01 07:24:55 +0000
commit3bb24c35f2fbffed3f175dc2bc72bb2867ff1198 (patch)
tree64a86680f5023850204fec859db473fd67342761 /sbin/bsdlabel/bsdlabel.c
parenteade9db908e087a44b43c9adb7fd9754322c2813 (diff)
Notes
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.c')
-rw-r--r--sbin/bsdlabel/bsdlabel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c
index 17c24d9150ae..81efae5584de 100644
--- a/sbin/bsdlabel/bsdlabel.c
+++ b/sbin/bsdlabel/bsdlabel.c
@@ -64,6 +64,7 @@ __FBSDID("$FreeBSD$");
#define DKTYPENAMES
#define FSTYPENAMES
#include <sys/disklabel.h>
+#include <sys/diskmbr.h>
#ifdef __sparc64__
#include <sys/sun_disklabel.h>
#endif