this header needs machine/cpuset.h

This commit is contained in:
pooka 2008-12-12 18:16:58 +00:00
parent 1cb076635d
commit e27fd72e89
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.h,v 1.43 2008/12/10 09:35:02 martin Exp $ */
/* $NetBSD: pmap.h,v 1.44 2008/12/12 18:16:58 pooka Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -38,6 +38,9 @@
#include <machine/pte.h>
#include <sys/queue.h>
#include <uvm/uvm_object.h>
#ifdef _KERNEL
#include <machine/cpuset.h>
#endif
#endif
/*