include sys/mount.h for export_args30

This commit is contained in:
pooka 2007-09-10 23:47:23 +00:00
parent 99dbf2bb34
commit b2c6279cb7

View File

@ -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 * Copyright (c) 1982, 1986, 1989, 1993
@ -34,6 +34,8 @@
#ifndef _UFS_UFS_UFSMOUNT_H_ #ifndef _UFS_UFS_UFSMOUNT_H_
#define _UFS_UFS_UFSMOUNT_H_ #define _UFS_UFS_UFSMOUNT_H_
#include <sys/mount.h> /* struct export_args30 */
/* /*
* Arguments to mount UFS-based filesystems * Arguments to mount UFS-based filesystems
*/ */