Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2022 17:27:09 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 130fc225d9cb - stable/13 - LinuxKPI: in efi.h include queue.h
Message-ID:  <202211281727.2ASHR9Wu081357@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211281727.2ASHR9Wu081357>