Include <sys/disk.h> to get "struct disk" defined.

Approved by thorpej
This commit is contained in:
he 2003-05-12 14:46:13 +00:00
parent 18e1c04d74
commit af0f8cc629
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.4 2003/05/10 23:12:32 thorpej Exp $ */
/* $NetBSD: disksubr.c,v 1.5 2003/05/12 14:46:13 he Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -39,6 +39,7 @@
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/disklabel.h>
#include <sys/disk.h>
#include <sys/syslog.h>
/*