summaryrefslogtreecommitdiff
path: root/src/grp-boot/systemd-boot/stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-boot/systemd-boot/stub.c')
-rw-r--r--src/grp-boot/systemd-boot/stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-boot/systemd-boot/stub.c b/src/grp-boot/systemd-boot/stub.c
index 1e250f34f4..9fae0c1372 100644
--- a/src/grp-boot/systemd-boot/stub.c
+++ b/src/grp-boot/systemd-boot/stub.c
@@ -17,10 +17,10 @@
#include "disk.h"
#include "graphics.h"
#include "linux.h"
+#include "measure.h"
#include "pefile.h"
#include "splash.h"
#include "util.h"
-#include "measure.h"
/* magic string to find in the binary image */
static const char __attribute__((used)) magic[] = "#### LoaderInfo: systemd-stub " VERSION " ####";