changeset 13:479240de2d64

fix mach-o header
author taiki
date Tue, 22 Jan 2013 02:47:24 +0900
parents 19d073459374
children 30ba02c504a0
files boot/bootx64.c boot/bootx64.efi
diffstat 2 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/boot/bootx64.c	Mon Jan 21 23:29:01 2013 +0900
+++ b/boot/bootx64.c	Tue Jan 22 02:47:24 2013 +0900
@@ -1,5 +1,6 @@
 #include <efi.h>
 #include <efilib.h>
+#include "mach-o/loader.h"
 
 EFI_STATUS
 efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *system_table)
Binary file boot/bootx64.efi has changed