only need nfs/rpcv2.h on darwin
This commit is contained in:
parent
ab8759261e
commit
07f9d49931
|
@ -23,7 +23,9 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#ifdef DARWIN
|
||||
#include <nfs/rpcv2.h>
|
||||
#endif
|
||||
#include <nfs/nfsproto.h>
|
||||
|
||||
#ifdef DARWIN
|
||||
|
|
Loading…
Reference in New Issue