X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=mount%2Fmount.c;fp=mount%2Fmount.c;h=c530a686c89bf4182b44ef8ff11c2be7c7af22d8;hb=5670ec6e746ac6d1f110e160806c8d846b98b660;hp=525c8526a5fd12e94e80da5d463c9b2e88105570;hpb=3be2733596b0cc976136361c5b20576ffca5bef5;p=deb_libnfs.git diff --git a/mount/mount.c b/mount/mount.c index 525c852..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;