aboutsummaryrefslogtreecommitdiff
path: root/sbin/sunlabel/sunlabel.c
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-08-13 20:06:55 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-08-13 20:06:55 +0000
commitac8e5d02cf9fcbe09e2077499804d791fc70122a (patch)
tree3a1a68a83211a29345db78bfc84b0c3f831b5a6a /sbin/sunlabel/sunlabel.c
parentba084c18dee217c29f87bbf53b496c0be5dd9c2d (diff)
Notes
Diffstat (limited to 'sbin/sunlabel/sunlabel.c')
-rw-r--r--sbin/sunlabel/sunlabel.c3
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"