tirpc: use pkg-config to find details
[deb_libnfs.git] / mount / mount.c
index 15aacd8f2834de9a1a0754b1ed532fcd010b45a9..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;
@@ -190,3 +193,6 @@ int mountstat3_to_errno(int st)
        }
        return -ERANGE;
 }
+
+
+