summaryrefslogtreecommitdiff
path: root/sys-boot/syslinux/files/6.04_pre3/0005-Include-efisetjmp.h-from-efi.h.patch
blob: 0d32d71670248d84c6d6468e4a7d6f9f19828e5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 9889f441d006d11d0fb0b726b9f81396ce6fcfbd Mon Sep 17 00:00:00 2001
From: Mike Gilbert <floppym@gentoo.org>
Date: Mon, 30 May 2022 14:22:28 -0400
Subject: [PATCH 5/5] Include efisetjmp.h from efi.h

---
 efi/efi.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/efi/efi.h b/efi/efi.h
index c266532f..250c511e 100644
--- a/efi/efi.h
+++ b/efi/efi.h
@@ -22,6 +22,7 @@
 
 #include <efi.h>
 #include <efilib.h>
+#include <efisetjmp.h>
 #include <efistdarg.h>
 
 /* Delay for 100 ms */
-- 
2.35.1