diff options
Diffstat (limited to 'sys/dev/ic/acx.c')
-rw-r--r-- | sys/dev/ic/acx.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index 750607bc1a5..de3e0bbeaa1 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.105 2014/09/06 05:41:35 jsg Exp $ */ +/* $OpenBSD: acx.c,v 1.106 2014/09/08 07:21:40 kettenis Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -97,7 +97,8 @@ #include <sys/socket.h> #include <sys/sockio.h> #include <sys/ioctl.h> -#include <sys/types.h> +#include <sys/errno.h> +#include <sys/device.h> #include <machine/bus.h> #include <machine/endian.h> |