From 11a91bffe528ee9ac968079a0fa615ea7aeec111 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Tue, 2 Sep 2003 20:24:42 +0000 Subject: Preparatory commit to allow prototypes in ofw_machdep.h to contain both newbus types and OFW types. This involves either including or . Reviewed by: jake, jmg, tmm --- sys/dev/hme/if_hme_pci.c | 1 + sys/dev/hme/if_hme_sbus.c | 1 + 2 files changed, 2 insertions(+) (limited to 'sys/dev/hme') diff --git a/sys/dev/hme/if_hme_pci.c b/sys/dev/hme/if_hme_pci.c index 4e8630fd73a1e..1d205ff2e3539 100644 --- a/sys/dev/hme/if_hme_pci.c +++ b/sys/dev/hme/if_hme_pci.c @@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include diff --git a/sys/dev/hme/if_hme_sbus.c b/sys/dev/hme/if_hme_sbus.c index 7fa16409027b9..503eb67f3308b 100644 --- a/sys/dev/hme/if_hme_sbus.c +++ b/sys/dev/hme/if_hme_sbus.c @@ -51,6 +51,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include -- cgit v1.3