diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-09-27 04:34:37 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-09-27 04:34:37 +0000 |
commit | c66c3977cd21579b610f405c7c9c9a420f89bf45 (patch) | |
tree | a60ed7ac9f62ac0188f558765112190f0fd8f09d /sys/dev/ic | |
parent | d31c5bf256a32a98434c38f4d949adfecfca9f18 (diff) |
add missing sys/device.h header.
Diffstat (limited to 'sys/dev/ic')
-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> |