From 5f7935185f6ebd0fb300c543de569fc824352e4e Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 21 Feb 2004 17:35:35 +0000 Subject: [PATCH] INTR_EXCL moved to sys/bus.h, add #include. Reported-by: David Rhodus --- sys/dev/serial/cy/cy_pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/serial/cy/cy_pci.c b/sys/dev/serial/cy/cy_pci.c index 05e55fcf45..6068797a1c 100644 --- a/sys/dev/serial/cy/cy_pci.c +++ b/sys/dev/serial/cy/cy_pci.c @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/pci/cy_pci.c,v 1.17.2.1 2002/03/17 04:14:18 bde Exp $ - * $DragonFly: src/sys/dev/serial/cy/cy_pci.c,v 1.4 2003/08/27 06:48:14 rob Exp $ + * $DragonFly: src/sys/dev/serial/cy/cy_pci.c,v 1.5 2004/02/21 17:35:35 dillon Exp $ */ /* @@ -37,6 +37,7 @@ #include #include #include +#include #include #include -- 2.41.0