mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
#include the right thing for PC98
Sponsored by: DARPA & NAI Labs.
This commit is contained in:
parent
35f96a88c8
commit
ae23634cab
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue