From b2c6279cb741cb39ca64d8cb1aaeae9edd16defb Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 10 Sep 2007 23:47:23 +0000 Subject: [PATCH] include sys/mount.h for export_args30 --- sys/ufs/ufs/ufsmount.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/ufs/ufs/ufsmount.h b/sys/ufs/ufs/ufsmount.h index 776cdbb81413..aa4068a77f37 100644 --- a/sys/ufs/ufs/ufsmount.h +++ b/sys/ufs/ufs/ufsmount.h @@ -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 /* struct export_args30 */ + /* * Arguments to mount UFS-based filesystems */