include <sys/types.h> so that this file can be included first/alone
This commit is contained in:
parent
003fd1df25
commit
3d58c2238e
|
@ -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.
|
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
|
||||||
|
@ -33,6 +33,8 @@
|
||||||
#ifndef _STAND_DEV_H_
|
#ifndef _STAND_DEV_H_
|
||||||
#define _STAND_DEV_H_
|
#define _STAND_DEV_H_
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
struct of_dev {
|
struct of_dev {
|
||||||
int handle;
|
int handle;
|
||||||
int type;
|
int type;
|
||||||
|
|
Loading…
Reference in New Issue