we need <sys/disk.h> for struct disk.
This commit is contained in:
parent
e3fa32ff73
commit
4b05a1fb69
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: disksubr.c,v 1.5 2003/05/10 23:12:37 thorpej Exp $ */
|
||||
/* $NetBSD: disksubr.c,v 1.6 2003/05/12 05:01:57 shin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
|
||||
@ -37,6 +37,7 @@
|
||||
#include <sys/systm.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/disklabel.h>
|
||||
#include <sys/disk.h>
|
||||
|
||||
#define NO_MBR_SIGNATURE ((struct mbr_partition *) -1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user