diff options
Diffstat (limited to 'sbin/sunlabel/sunlabel.c')
| -rw-r--r-- | sbin/sunlabel/sunlabel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/sunlabel/sunlabel.c b/sbin/sunlabel/sunlabel.c index d1d5cea42d45b..c4f59b1170c6e 100644 --- a/sbin/sunlabel/sunlabel.c +++ b/sbin/sunlabel/sunlabel.c @@ -75,7 +75,6 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/disk.h> #include <sys/ioctl.h> -#include <sys/sun_disklabel.h> #include <sys/wait.h> #include <ctype.h> @@ -89,6 +88,8 @@ __FBSDID("$FreeBSD$"); #include <string.h> #include <unistd.h> +#include "sun_disklabel.h" + #define _PATH_TMPFILE "/tmp/EdDk.XXXXXXXXXX" #define _PATH_BOOT "/boot/boot1" |
