Fix pc98 build.
This commit is contained in:
parent
d172c34eff
commit
ca9c26ef89
@ -106,7 +106,9 @@ __FBSDID("$FreeBSD$");
|
||||
#include "opt_cpu.h"
|
||||
#include "opt_pmap.h"
|
||||
#include "opt_msgbuf.h"
|
||||
#ifndef PC98
|
||||
#include "opt_xbox.h"
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -47,7 +47,9 @@ __FBSDID("$FreeBSD$");
|
||||
#include "opt_npx.h"
|
||||
#include "opt_reset.h"
|
||||
#include "opt_cpu.h"
|
||||
#ifndef PC98
|
||||
#include "opt_xbox.h"
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -30,7 +30,9 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#ifndef PC98
|
||||
#include "opt_xbox.h"
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
Loading…
Reference in New Issue
Block a user