From f078b1e07500b29ae253a56225236f6a876d57b5 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 1 Jul 1999 22:58:03 +0000 Subject: [PATCH] #include to bring the prototype for alpha_platform_assign_pciintr() into scope (!). --- sys/dev/pci/pci.c | 3 ++- sys/pci/pci.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 2c86832374d8..eb6abcc5b4ea 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pci.c,v 1.107 1999/05/31 11:29:01 phk Exp $ + * $Id: pci.c,v 1.108 1999/05/31 22:13:34 roger Exp $ * */ @@ -57,6 +57,7 @@ #include #include #include +#include /* For the Alpha */ #include #include diff --git a/sys/pci/pci.c b/sys/pci/pci.c index 2c86832374d8..eb6abcc5b4ea 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pci.c,v 1.107 1999/05/31 11:29:01 phk Exp $ + * $Id: pci.c,v 1.108 1999/05/31 22:13:34 roger Exp $ * */ @@ -57,6 +57,7 @@ #include #include #include +#include /* For the Alpha */ #include #include