Need sys/mount.h for fhandle_t.

This commit is contained in:
briggs 1995-09-21 11:27:43 +00:00
parent 4a9cf8407c
commit 01be7f2b8c
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_machdep.c,v 1.5 1995/09/19 23:12:50 thorpej Exp $ */
/* $NetBSD: sys_machdep.c,v 1.6 1995/09/21 11:27:43 briggs Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@ -80,6 +80,7 @@
#include "sys/mtio.h"
#include "sys/buf.h"
#include "sys/trace.h"
#include "sys/mount.h"
#include <sys/syscallargs.h>