only need nfs/rpcv2.h on darwin

This commit is contained in:
Doug MacEachern 2009-07-30 17:13:17 -07:00
parent ab8759261e
commit 07f9d49931
1 changed files with 2 additions and 0 deletions

View File

@ -23,7 +23,9 @@
#include <sys/param.h> #include <sys/param.h>
#include <sys/mount.h> #include <sys/mount.h>
#ifdef DARWIN
#include <nfs/rpcv2.h> #include <nfs/rpcv2.h>
#endif
#include <nfs/nfsproto.h> #include <nfs/nfsproto.h>
#ifdef DARWIN #ifdef DARWIN