aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-21 15:56:35 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-21 15:59:05 +0000
commit488bc7e9a77763dde6919d3c83e57d1fc8175ca2 (patch)
tree4f24b87f9e6f632be2defe115e82aaa6db9430f7 /stand/efi
parentbddc7a8a94ff50bc0eacad5b11f954353a7e8c30 (diff)
downloadsrc-488bc7e9a77763dde6919d3c83e57d1fc8175ca2.tar.gz
src-488bc7e9a77763dde6919d3c83e57d1fc8175ca2.zip
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
Diffstat (limited to 'stand/efi')
-rw-r--r--stand/efi/loader/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
index d6ba7ec3da44..6514fd6cd8ce 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