Explicitly include <machine/pcb.h> for struct pcb.

This commit is contained in:
tsutsui 2012-06-11 16:27:58 +00:00
parent d64da08176
commit 4f16d5a2d9
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.15 2011/07/01 19:12:53 dyoung Exp $ */
/* $NetBSD: machdep.c,v 1.16 2012/06/11 16:27:58 tsutsui Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.15 2011/07/01 19:12:53 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.16 2012/06/11 16:27:58 tsutsui Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -103,6 +103,7 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.15 2011/07/01 19:12:53 dyoung Exp $");
#include <sys/bus.h>
#include <machine/bootinfo.h>
#include <machine/pcb.h>
#include <landisk/landisk/landiskreg.h>