diff options
| author | Alan Cox <alc@FreeBSD.org> | 2006-04-22 20:41:21 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2006-04-22 20:41:21 +0000 |
| commit | 127e2681765627be4e878d7599693f7ad7604e1e (patch) | |
| tree | abed85b8d4417b6322fc240617770b2cb29fe6db /sys/amd64 | |
| parent | 863462900d2fdda50a69ac9364534ca05ded53d8 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/pmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index cfc0a40210b7..9927637a10e8 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -106,6 +106,7 @@ __FBSDID("$FreeBSD$"); */ #include "opt_msgbuf.h" +#include "opt_pmap.h" #include <sys/param.h> #include <sys/systm.h> |
