From b4b653a500199ab6d61318b0b0093567155089cd Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Sun, 18 Dec 2022 19:48:24 -0500 Subject: Remove custom stdint.h and rely on freestanding headers GCC already provides this so we don't need to have our own. Message-Id: --- i386/i386at/acpi_parse_apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i386/i386at/acpi_parse_apic.c') diff --git a/i386/i386at/acpi_parse_apic.c b/i386/i386at/acpi_parse_apic.c index 712de689..22ed8979 100644 --- a/i386/i386at/acpi_parse_apic.c +++ b/i386/i386at/acpi_parse_apic.c @@ -21,7 +21,7 @@ #include /* memcmp, memcpy... */ -#include /* uint16_t, uint32_t... */ +#include /* uint16_t, uint32_t... */ #include /* machine_slot */ -- cgit v1.2.3