From 42900e4c83e0712bf15ab88a2112086878f8d6f8 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 22 Sep 2025 13:23:18 -0400 Subject: kern: ahci: Include missing io/dma/alloc.h Signed-off-by: Ian Moffett --- src/sys/include/io/ic/ahcivar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sys/include/io/ic/ahcivar.h b/src/sys/include/io/ic/ahcivar.h index b13b6a3..15ce403 100644 --- a/src/sys/include/io/ic/ahcivar.h +++ b/src/sys/include/io/ic/ahcivar.h @@ -32,6 +32,7 @@ #include #include +#include /* * Represents an AHCI host bus adapter (HBA) -- cgit v1.2.3