Imported Upstream version 1.2.0
[deb_libnfs.git] / mount / mount.c
index 525c8526a5fd12e94e80da5d463c9b2e88105570..c530a686c89bf4182b44ef8ff11c2be7c7af22d8 100644 (file)
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
+#ifdef WIN32
+#include "win32_compat.h"
+#endif/*WIN32*/
+
 #include <stdio.h>
 #include <errno.h>
 #include <rpc/rpc.h>
@@ -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;