#include the right thing for PC98
Sponsored by: DARPA & NAI Labs.
This commit is contained in:
parent
6a8c0fe408
commit
098c8cd2c9
@ -20,7 +20,11 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/disklabel.h>
|
||||
#include <sys/diskslice.h>
|
||||
#ifdef PC98
|
||||
#include <sys/diskpc98.h>
|
||||
#else
|
||||
#include <sys/diskmbr.h>
|
||||
#endif
|
||||
#include <paths.h>
|
||||
#include "libdisk.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user