diff options
Diffstat (limited to 'usr.sbin/bhyve/mptbl.c')
-rw-r--r-- | usr.sbin/bhyve/mptbl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/mptbl.c b/usr.sbin/bhyve/mptbl.c index 03aaaee..52790f3 100644 --- a/usr.sbin/bhyve/mptbl.c +++ b/usr.sbin/bhyve/mptbl.c @@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$"); #include <stdio.h> #include <string.h> -#include "fbsdrun.h" +#include "bhyverun.h" #include "mptbl.h" #define MPTABLE_BASE 0xF0000 |