From 9d102d7d5a70ee242bf760ceab1e919140bf51c8 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 30 May 2004 20:08:47 +0000 Subject: Add missing includes --- sys/dev/amr/amr_disk.c | 1 + sys/dev/amr/amr_pci.c | 1 + 2 files changed, 2 insertions(+) (limited to 'sys/dev/amr') diff --git a/sys/dev/amr/amr_disk.c b/sys/dev/amr/amr_disk.c index fef4919..8c520ad 100644 --- a/sys/dev/amr/amr_disk.c +++ b/sys/dev/amr/amr_disk.c @@ -65,6 +65,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c index 85ffaaa..73b4d75 100644 --- a/sys/dev/amr/amr_pci.c +++ b/sys/dev/amr/amr_pci.c @@ -60,6 +60,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include -- cgit v1.1