From 58b95f5f86671c68aa05973e14d842d9151a75a5 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 21 Nov 2023 08:56:35 -0700 Subject: [PATCH] stand/efi: Request ACPI use the system inttypes With the system inttypes, we build on all platforms again. Suggested by: andrew Fixes: 0b01d45783c3 Sponsored by: Netflix (cherry picked from commit 488bc7e9a77763dde6919d3c83e57d1fc8175ca2) --- stand/efi/loader/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c index 4100c0680b7..73c61f5dac7 100644 --- a/stand/efi/loader/main.c +++ b/stand/efi/loader/main.c @@ -60,6 +60,7 @@ #include "efizfs.h" #include "framebuffer.h" +#define ACPI_USE_SYSTEM_INTTYPES #include "platform/acfreebsd.h" #include "acconfig.h" #define ACPI_SYSTEM_XFACE