X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=mount%2Fmount.c;h=c530a686c89bf4182b44ef8ff11c2be7c7af22d8;hb=a8a1b85846aab042cd410bf59caf617a0951380e;hp=6b6bf743252f93347bc7f4075a97c0f9abbee402;hpb=4b1097cde2eca9366c833805a529c23f7a7b02d6;p=deb_libnfs.git diff --git a/mount/mount.c b/mount/mount.c index 6b6bf74..c530a68 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -15,9 +15,9 @@ along with this program; if not, see . */ -#if defined(WIN32) -#include -#endif +#ifdef WIN32 +#include "win32_compat.h" +#endif/*WIN32*/ #include #include @@ -28,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;