lib9: add <sys/dkio.h> for OpenBSD

R=, rsc
CC=
http://codereview.appspot.com/1762045
This commit is contained in:
Russ Cox 2010-07-11 10:08:41 -07:00
parent d67dc856d1
commit efe48aa670

View file

@ -44,6 +44,7 @@ disksize(int fd, struct stat *st)
#define _HAVESTGEN
#include <sys/disklabel.h>
#include <sys/ioctl.h>
#include <sys/dkio.h>
static vlong
disksize(int fd, struct stat *st)
{