Include sys/proc.h for curproc.

This commit is contained in:
uebayasi 2010-11-13 08:54:23 +00:00
parent 654ea80e2f
commit 28bec5b317
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: atw.c,v 1.151 2010/04/05 07:19:33 joerg Exp $ */
/* $NetBSD: atw.c,v 1.152 2010/11/13 08:54:23 uebayasi Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc.
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.151 2010/04/05 07:19:33 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.152 2010/11/13 08:54:23 uebayasi Exp $");
#include <sys/param.h>
@ -49,12 +49,11 @@ __KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.151 2010/04/05 07:19:33 joerg Exp $");
#include <sys/device.h>
#include <sys/kauth.h>
#include <sys/time.h>
#include <sys/proc.h>
#include <lib/libkern/libkern.h>
#include <machine/endian.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_media.h>