- Include rpcv2.h before other NFS includes. That allows nfscbd to

compile.
This commit is contained in:
Stanislav Sedov 2009-06-20 08:46:40 +00:00
parent e8d60260d7
commit 65a570613a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194526

View File

@ -45,10 +45,10 @@ __FBSDID("$FreeBSD$");
#include <rpc/rpc.h>
#include <fs/nfs/rpcv2.h>
#include <fs/nfs/nfsproto.h>
#include <fs/nfs/nfskpiport.h>
#include <fs/nfs/nfs.h>
#include <fs/nfs/rpcv2.h>
#include <err.h>
#include <errno.h>