summaryrefslogtreecommitdiffstats
path: root/src/util/efifatbin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/efifatbin.c')
-rw-r--r--src/util/efifatbin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/efifatbin.c b/src/util/efifatbin.c
index c02f750b..918e7a3c 100644
--- a/src/util/efifatbin.c
+++ b/src/util/efifatbin.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>
#define eprintf(...) fprintf ( stderr, __VA_ARGS__ )