mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zipl/stage3: include loaders_layout.h
stage3.c uses `IMAGE_LOAD_ADDRESS`, which is defined in `loaders_layout.h`. Therefore let's include it explicitly. Reviewed-by: Philipp Rudo <prudo@linux.ibm.com> Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
fb62cc9e14
commit
f4f2220693
@@ -13,6 +13,8 @@
|
||||
#include "boot/sigp.h"
|
||||
#include "boot/s390.h"
|
||||
#include "boot/sigp.h"
|
||||
#include "boot/loaders_layout.h"
|
||||
|
||||
#include "stage3.h"
|
||||
#include "error.h"
|
||||
#include "zipl.h"
|
||||
|
||||
Reference in New Issue
Block a user