From fe12f24bb098d8d2a6c35394a53a65b3e64f83d9 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp 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 fef49190f69a..8c520adc5a47 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 85ffaaa26ed4..73b4d7579f70 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.3