LinuxKPI: in efi.h include queue.h

sys/linker.h needs sys/queue.h;  this gets another wireless driver
closer to compiling on main.

MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2022-11-15 23:08:05 +00:00
parent eb0292d929
commit 325ba12055

View file

@ -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>