Explicitly include <machine/pcb.h> for struct pcb.
This commit is contained in:
parent
d64da08176
commit
4f16d5a2d9
@ -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.
|
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
|
||||||
@ -65,7 +65,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#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_ddb.h"
|
||||||
#include "opt_kgdb.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 <sys/bus.h>
|
||||||
#include <machine/bootinfo.h>
|
#include <machine/bootinfo.h>
|
||||||
|
#include <machine/pcb.h>
|
||||||
|
|
||||||
#include <landisk/landisk/landiskreg.h>
|
#include <landisk/landisk/landiskreg.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user