diff options
| author | Alan Cox <alc@FreeBSD.org> | 2006-04-13 03:31:48 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2006-04-13 03:31:48 +0000 |
| commit | ad740f90813e41e9cb5792bf2e5e0c43fe6fb4ef (patch) | |
| tree | 3ee4163c98149b1681e77c25651c27c39ff7f2cd /sys | |
| parent | 34562de4d5fe081dd76c8ce6b073aa56d617eeaf (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 be3daad7aed7a..2261a25fbf6e3 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> |
