diff options
| author | uebayasi <uebayasi@NetBSD.org> | 2010-11-15 05:56:29 +0000 |
|---|---|---|
| committer | uebayasi <uebayasi@NetBSD.org> | 2010-11-15 05:56:29 +0000 |
| commit | ce4b9e09906aed4a1771bb1fffd7d65fe5ca89f2 (patch) | |
| tree | 9b44e56aab40db0f0049d4ec2b524d28679f2bd8 /sys/dev/ic | |
| parent | 0666f65e61161c9322dd1a58ee65359d5d83710e (diff) | |
Socket ioctl definitions need sys/sockio.h.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/rtw.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/rtw.c b/sys/dev/ic/rtw.c index 9f2740add3f..2d2b1a33fcc 100644 --- a/sys/dev/ic/rtw.c +++ b/sys/dev/ic/rtw.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtw.c,v 1.117 2010/11/13 13:52:02 uebayasi Exp $ */ +/* $NetBSD: rtw.c,v 1.118 2010/11/15 05:56:29 uebayasi Exp $ */ /*- * Copyright (c) 2004, 2005, 2006, 2007 David Young. All rights * reserved. @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.117 2010/11/13 13:52:02 uebayasi Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.118 2010/11/15 05:56:29 uebayasi Exp $"); #include <sys/param.h> @@ -45,6 +45,7 @@ __KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.117 2010/11/13 13:52:02 uebayasi Exp $"); #include <sys/time.h> #include <sys/types.h> #include <sys/device.h> +#include <sys/sockio.h> #include <machine/endian.h> #include <sys/bus.h> |
