Unbreak building of fstat following version 1.23 of

src/sys/ufs/ufs/quota.h by including mount.h before ufs/quota.h.
This commit is contained in:
Bosko Milekic 2002-08-14 16:34:13 +00:00
parent c887ca5b8a
commit d8aadd88cf

View File

@ -64,10 +64,10 @@ __FBSDID("$FreeBSD$");
#define _KERNEL
#include <sys/conf.h>
#include <sys/file.h>
#include <sys/mount.h>
#include <ufs/ufs/quota.h>
#include <ufs/ufs/inode.h>
#include <fs/devfs/devfs.h>
#include <sys/mount.h>
#undef _KERNEL
#include <nfs/nfsproto.h>
#include <nfs/rpcv2.h>