Fix build failure when for kernel with options LOCKDEBUG.
Pointed out by Christoph Egger.
This commit is contained in:
parent
9622f8ee94
commit
26281fbd54
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pmap.h,v 1.11 2007/08/29 23:38:06 ad Exp $ */
|
||||
/* $NetBSD: pmap.h,v 1.12 2007/09/04 21:19:11 bouyer Exp $ */
|
||||
/* NetBSD: pmap.h,v 1.82 2004/02/20 17:35:01 yamt Exp */
|
||||
|
||||
/*
|
||||
|
@ -52,6 +52,7 @@
|
|||
#include <machine/xenfunc.h>
|
||||
#include <machine/xenpmap.h>
|
||||
#include <machine/segments.h>
|
||||
#include <machine/atomic.h>
|
||||
#include <uvm/uvm_object.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue