diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/acx100.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/acx111.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/ic/acx100.c b/sys/dev/ic/acx100.c index 9868ca747a0..78eb641e0f3 100644 --- a/sys/dev/ic/acx100.c +++ b/sys/dev/ic/acx100.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx100.c,v 1.11 2006/08/19 23:17:12 mglocker Exp $ */ +/* $OpenBSD: acx100.c,v 1.12 2006/09/27 04:34:36 brad Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -56,6 +56,7 @@ #include <sys/endian.h> #include <sys/socket.h> #include <sys/sysctl.h> +#include <sys/device.h> #include <machine/bus.h> diff --git a/sys/dev/ic/acx111.c b/sys/dev/ic/acx111.c index 0c8690031df..2515cf58ce3 100644 --- a/sys/dev/ic/acx111.c +++ b/sys/dev/ic/acx111.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx111.c,v 1.11 2006/08/19 23:17:12 mglocker Exp $ */ +/* $OpenBSD: acx111.c,v 1.12 2006/09/27 04:34:36 brad Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -54,6 +54,7 @@ #include <sys/endian.h> #include <sys/socket.h> #include <sys/sysctl.h> +#include <sys/device.h> #include <machine/bus.h> |