From 232323a531f42b7ecd60e8b67934c0225a1651ab Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Wed, 5 Oct 2022 14:52:02 +0100 Subject: [PATCH] Stop relying on header pollution in sdhci_xenon.c Include sys/malloc.h directly in sdhci_xenon.c to get the malloc(9) definition rather than depend on header pollution. Sponsored by: The FreeBSD Foundation --- sys/dev/sdhci/sdhci_xenon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/sdhci/sdhci_xenon.c b/sys/dev/sdhci/sdhci_xenon.c index 59669affe4c5..78428052f0fc 100644 --- a/sys/dev/sdhci/sdhci_xenon.c +++ b/sys/dev/sdhci/sdhci_xenon.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include