Fix pc98 build.

This commit is contained in:
nyan 2005-11-09 12:22:26 +00:00
parent d172c34eff
commit ca9c26ef89
3 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>