summaryrefslogtreecommitdiff
path: root/src/grp-boot/bootctl
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-30 11:51:52 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-30 11:51:52 -0400
commit2bd52fb107528d459dabd5929794987c01a7270e (patch)
treee01842ceb4617c06dee673c2a09dd4707ae33ab8 /src/grp-boot/bootctl
parent1ed649627c5dbf9254f325c8254bfa69c31466c9 (diff)
stuff
Diffstat (limited to 'src/grp-boot/bootctl')
-rw-r--r--src/grp-boot/bootctl/bootctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-boot/bootctl/bootctl.c b/src/grp-boot/bootctl/bootctl.c
index 487ad429e0..3ea43e0624 100644
--- a/src/grp-boot/bootctl/bootctl.c
+++ b/src/grp-boot/bootctl/bootctl.c
@@ -38,13 +38,13 @@
#include "basic/alloc-util.h"
#include "basic/blkid-util.h"
#include "basic/dirent-util.h"
-#include "shared/efivars.h"
#include "basic/fd-util.h"
#include "basic/fileio.h"
#include "basic/locale-util.h"
#include "basic/rm-rf.h"
#include "basic/string-util.h"
#include "basic/util.h"
+#include "shared/efivars.h"
static int verify_esp(const char *p, uint32_t *part, uint64_t *pstart, uint64_t *psize, sd_id128_t *uuid) {
struct statfs sfs;