diff options
Diffstat (limited to 'src/boot/boot-loader.h')
-rw-r--r-- | src/boot/boot-loader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/boot-loader.h b/src/boot/boot-loader.h index 08827c30ad..b3fcdeedad 100644 --- a/src/boot/boot-loader.h +++ b/src/boot/boot-loader.h @@ -21,5 +21,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include "boot.h" + int boot_loader_read_entries(struct boot_info *info); int boot_loader_find_active_entry(struct boot_info *info, const char *loader_active); |