diff options
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.c')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index 17c24d9..81efae5 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 |