diff options
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/uow.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/uow.c b/sys/dev/usb/uow.c index 35f71f0e516..9b3fce3df0c 100644 --- a/sys/dev/usb/uow.c +++ b/sys/dev/usb/uow.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uow.c,v 1.1 2006/09/27 08:54:44 grange Exp $ */ +/* $OpenBSD: uow.c,v 1.2 2006/09/27 13:02:47 grange Exp $ */ /* * Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> @@ -22,6 +22,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/device.h> #include <sys/kernel.h> #include <sys/proc.h> |