Need vnode.h.

This commit is contained in:
mycroft 1994-05-20 10:07:52 +00:00
parent b3fda1e8ec
commit 076a7d70b4
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)conf.c 7.9 (Berkeley) 5/28/91
* $Id: conf.c,v 1.11 1994/05/20 09:59:38 mycroft Exp $
* $Id: conf.c,v 1.12 1994/05/20 10:07:52 mycroft Exp $
*/
#include <sys/param.h>
@ -40,6 +40,7 @@
#include <sys/ioctl.h>
#include <sys/tty.h>
#include <sys/conf.h>
#include <sys/vnode.h>
int rawread __P((dev_t, struct uio *, int));
int rawwrite __P((dev_t, struct uio *, int));