include <sys/types.h> so that this file can be included first/alone

This commit is contained in:
aymeric 2003-06-26 20:47:51 +00:00
parent 003fd1df25
commit 3d58c2238e
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ofdev.h,v 1.1 1997/04/16 20:29:22 thorpej Exp $ */
/* $NetBSD: ofdev.h,v 1.2 2003/06/26 20:47:51 aymeric Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -33,6 +33,8 @@
#ifndef _STAND_DEV_H_
#define _STAND_DEV_H_
#include <sys/types.h>
struct of_dev {
int handle;
int type;