include sys/mount.h for export_args30
This commit is contained in:
parent
99dbf2bb34
commit
b2c6279cb7
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ufsmount.h,v 1.31 2007/08/09 07:34:28 hannken Exp $ */
|
||||
/* $NetBSD: ufsmount.h,v 1.32 2007/09/10 23:47:23 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
@ -34,6 +34,8 @@
|
||||
#ifndef _UFS_UFS_UFSMOUNT_H_
|
||||
#define _UFS_UFS_UFSMOUNT_H_
|
||||
|
||||
#include <sys/mount.h> /* struct export_args30 */
|
||||
|
||||
/*
|
||||
* Arguments to mount UFS-based filesystems
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user