diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-01 07:24:55 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-01 07:24:55 +0000 |
| commit | 3bb24c35f2fbffed3f175dc2bc72bb2867ff1198 (patch) | |
| tree | 64a86680f5023850204fec859db473fd67342761 /usr.sbin | |
| parent | eade9db908e087a44b43c9adb7fd9754322c2813 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/boot0cfg/boot0cfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/boot0cfg/boot0cfg.c b/usr.sbin/boot0cfg/boot0cfg.c index 8dfd9b1bca3b..d2ad26bd4701 100644 --- a/usr.sbin/boot0cfg/boot0cfg.c +++ b/usr.sbin/boot0cfg/boot0cfg.c @@ -31,6 +31,7 @@ static const char rcsid[] = #include <sys/param.h> #include <sys/disklabel.h> +#include <sys/diskmbr.h> #include <sys/stat.h> #include <err.h> |
