diff options
-rw-r--r-- | sys/arch/arm/xscale/pxa2x0_ohci.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbf_subr.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0_ohci.c b/sys/arch/arm/xscale/pxa2x0_ohci.c index ff407086446..5f58930b33e 100644 --- a/sys/arch/arm/xscale/pxa2x0_ohci.c +++ b/sys/arch/arm/xscale/pxa2x0_ohci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pxa2x0_ohci.c,v 1.20 2007/03/24 03:33:10 pascoe Exp $ */ +/* $OpenBSD: pxa2x0_ohci.c,v 1.21 2007/06/14 19:18:49 deraadt Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -20,6 +20,7 @@ #include <sys/systm.h> #include <sys/device.h> #include <sys/kernel.h> +#include <sys/timeout.h> #include <machine/intr.h> #include <machine/bus.h> diff --git a/sys/dev/usb/usbf_subr.c b/sys/dev/usb/usbf_subr.c index 89cf045ac9e..e0fdb4ba71c 100644 --- a/sys/dev/usb/usbf_subr.c +++ b/sys/dev/usb/usbf_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usbf_subr.c,v 1.7 2007/06/12 16:26:37 mbalmer Exp $ */ +/* $OpenBSD: usbf_subr.c,v 1.8 2007/06/14 19:18:49 deraadt Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -23,6 +23,7 @@ #include <sys/param.h> #include <sys/malloc.h> #include <sys/systm.h> +#include <sys/timeout.h> #include <machine/bus.h> |