git: 130fc225d9cb - stable/13 - LinuxKPI: in efi.h include queue.h

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Mon, 28 Nov 2022 17:27:09 UTC
The branch stable/13 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=130fc225d9cb1d6bf92d4e60e675fce763f5e664

commit 130fc225d9cb1d6bf92d4e60e675fce763f5e664
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2022-11-15 23:08:05 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2022-11-28 16:34:38 +0000

    LinuxKPI: in efi.h include queue.h
    
    sys/linker.h needs sys/queue.h;  this gets another wireless driver
    closer to compiling on main.
    
    (cherry picked from commit 325ba120558e9ccfa9bb876c20d9c1a4463930e9)
---
 sys/compat/linuxkpi/common/include/linux/efi.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/efi.h b/sys/compat/linuxkpi/common/include/linux/efi.h
index 03702bba557a..a485b4b1fd94 100644
--- a/sys/compat/linuxkpi/common/include/linux/efi.h
+++ b/sys/compat/linuxkpi/common/include/linux/efi.h
@@ -29,6 +29,7 @@
 #define	_LINUXKPI_LINUX_EFI_H_
 
 #include <sys/param.h>
+#include <sys/queue.h>
 #include <sys/linker.h>
 #include <sys/systm.h>