diff options
author | brucec <brucec@FreeBSD.org> | 2011-03-11 18:44:16 +0000 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2011-03-11 18:44:16 +0000 |
commit | 2e64420c582436bf456f5922e23a7ac2a658b283 (patch) | |
tree | 53b8f1c6fd4d1af47a2b7d2f4d2b80d25d8fcd4d /tools | |
parent | 6a2ebb3fe36561a568310f93a75629904918ae86 (diff) | |
download | FreeBSD-src-2e64420c582436bf456f5922e23a7ac2a658b283.zip FreeBSD-src-2e64420c582436bf456f5922e23a7ac2a658b283.tar.gz |
mptable.h is now in include/x86.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/ncpus/biosmptable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/ncpus/biosmptable.c b/tools/tools/ncpus/biosmptable.c index e7bddb7..ee39e36 100644 --- a/tools/tools/ncpus/biosmptable.c +++ b/tools/tools/ncpus/biosmptable.c @@ -34,7 +34,7 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> -#include <machine/mptable.h> +#include <x86/mptable.h> #include <err.h> #include <fcntl.h> |