X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=mount%2Fmount.c;h=c530a686c89bf4182b44ef8ff11c2be7c7af22d8;hb=183451cff566ac49ab872821e458e57b90e72710;hp=15aacd8f2834de9a1a0754b1ed532fcd010b45a9;hpb=1896d37bfaae78bfa0e6ee3e3fb19b0a92bb1adb;p=deb_libnfs.git diff --git a/mount/mount.c b/mount/mount.c index 15aacd8..c530a68 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -15,6 +15,10 @@ along with this program; if not, see . */ +#ifdef WIN32 +#include "win32_compat.h" +#endif/*WIN32*/ + #include #include #include @@ -24,7 +28,6 @@ #include "libnfs-private.h" #include "libnfs-raw-mount.h" - int rpc_mount_null_async(struct rpc_context *rpc, rpc_cb cb, void *private_data) { struct rpc_pdu *pdu; @@ -190,3 +193,6 @@ int mountstat3_to_errno(int st) } return -ERANGE; } + + +