diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-02 22:00:19 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-02 22:00:19 -0400 |
commit | d36719f5c99324b1c37e32b217e4aff845683d59 (patch) | |
tree | 09b5ff5a93086e9df4fffca3b9abd948411db203 /src/grp-boot/systemd-boot/console.h | |
parent | 6307f4b04226bc15d2ab35b6d167f601f8537075 (diff) |
ensure that include order of headers does not matter
Diffstat (limited to 'src/grp-boot/systemd-boot/console.h')
-rw-r--r-- | src/grp-boot/systemd-boot/console.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grp-boot/systemd-boot/console.h b/src/grp-boot/systemd-boot/console.h index 3fe0ce5ec4..887995a9cc 100644 --- a/src/grp-boot/systemd-boot/console.h +++ b/src/grp-boot/systemd-boot/console.h @@ -16,6 +16,8 @@ #ifndef __SDBOOT_CONSOLE_H #define __SDBOOT_CONSOLE_H +#include <efi.h> + #define EFI_SHIFT_STATE_VALID 0x80000000 #define EFI_RIGHT_CONTROL_PRESSED 0x00000004 #define EFI_LEFT_CONTROL_PRESSED 0x00000008 |