diff --git a/sys/dev/pci/if_ipw.c b/sys/dev/pci/if_ipw.c index a61310d414f4..a58974c3e374 100644 --- a/sys/dev/pci/if_ipw.c +++ b/sys/dev/pci/if_ipw.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ipw.c,v 1.51 2010/04/05 07:20:25 joerg Exp $ */ +/* $NetBSD: if_ipw.c,v 1.52 2010/11/15 05:57:07 uebayasi Exp $ */ /* FreeBSD: src/sys/dev/ipw/if_ipw.c,v 1.15 2005/11/13 17:17:40 damien Exp */ /*- @@ -29,7 +29,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_ipw.c,v 1.51 2010/04/05 07:20:25 joerg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_ipw.c,v 1.52 2010/11/15 05:57:07 uebayasi Exp $"); /*- * Intel(R) PRO/Wireless 2100 MiniPCI driver @@ -46,6 +46,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_ipw.c,v 1.51 2010/04/05 07:20:25 joerg Exp $"); #include #include #include +#include #include #include diff --git a/sys/dev/pci/if_iwi.c b/sys/dev/pci/if_iwi.c index 8645d2aacd5c..ae68b3e13df8 100644 --- a/sys/dev/pci/if_iwi.c +++ b/sys/dev/pci/if_iwi.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_iwi.c,v 1.84 2010/04/05 07:20:25 joerg Exp $ */ +/* $NetBSD: if_iwi.c,v 1.85 2010/11/15 05:57:24 uebayasi Exp $ */ /*- * Copyright (c) 2004, 2005 @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_iwi.c,v 1.84 2010/04/05 07:20:25 joerg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_iwi.c,v 1.85 2010/11/15 05:57:24 uebayasi Exp $"); /*- * Intel(R) PRO/Wireless 2200BG/2225BG/2915ABG driver @@ -46,6 +46,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_iwi.c,v 1.84 2010/04/05 07:20:25 joerg Exp $"); #include #include #include +#include #include #include diff --git a/sys/dev/pci/if_wpi.c b/sys/dev/pci/if_wpi.c index 0717b70b6e26..626e112e6fd1 100644 --- a/sys/dev/pci/if_wpi.c +++ b/sys/dev/pci/if_wpi.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_wpi.c,v 1.47 2010/04/05 07:20:28 joerg Exp $ */ +/* $NetBSD: if_wpi.c,v 1.48 2010/11/15 05:57:39 uebayasi Exp $ */ /*- * Copyright (c) 2006, 2007 @@ -18,7 +18,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_wpi.c,v 1.47 2010/04/05 07:20:28 joerg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_wpi.c,v 1.48 2010/11/15 05:57:39 uebayasi Exp $"); /* * Driver for Intel PRO/Wireless 3945ABG 802.11 network adapters. @@ -38,6 +38,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_wpi.c,v 1.47 2010/04/05 07:20:28 joerg Exp $"); #include #include #include +#include #include #include