aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/gpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/libsa/gpt.c')
-rw-r--r--stand/libsa/gpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/libsa/gpt.c b/stand/libsa/gpt.c
index 7ab3fc6d04e0..900f2d5c79f2 100644
--- a/stand/libsa/gpt.c
+++ b/stand/libsa/gpt.c
@@ -34,9 +34,9 @@ __FBSDID("$FreeBSD$");
#error gpt.c works only for little endian architectures
#endif
+#include "stand.h"
#include "crc32.h"
#include "drv.h"
-#include "util.h"
#include "gpt.h"
static struct gpt_hdr hdr_primary, hdr_backup, *gpthdr;