From aa0327ef3f8d919f31e4d3a3c5e3b71a18f0faa6 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 13 May 2025 23:38:56 -0400 Subject: kernel: ahci: Include sys/device.h Signed-off-by: Ian Moffett --- sys/include/dev/ic/ahcivar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/include') diff --git a/sys/include/dev/ic/ahcivar.h b/sys/include/dev/ic/ahcivar.h index 61fdbf4..43c421a 100644 --- a/sys/include/dev/ic/ahcivar.h +++ b/sys/include/dev/ic/ahcivar.h @@ -32,6 +32,7 @@ #include #include +#include #include struct ahci_cmd_hdr; -- cgit v1.2.3