summaryrefslogtreecommitdiffstats
path: root/src/util/efirom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/efirom.c')
-rw-r--r--src/util/efirom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/efirom.c b/src/util/efirom.c
index abee496d..a982c19a 100644
--- a/src/util/efirom.c
+++ b/src/util/efirom.c
@@ -17,6 +17,7 @@
* 02110-1301, USA.
*/
+#define FILE_LICENCE(...) extern void __file_licence ( void )
#include <stdint.h>
#include <stddef.h>
#include <stdlib.h>
@@ -27,7 +28,7 @@
#include <errno.h>
#include <assert.h>
#include <getopt.h>
-#include <ipxe/efi/efi.h>
+#include <ipxe/efi/Uefi.h>
#include <ipxe/efi/IndustryStandard/PeImage.h>
#include <ipxe/efi/IndustryStandard/Pci22.h>