Merge branch 'win32' into win32-3
[deb_libnfs.git] / mount / mount.c
index 15aacd8f2834de9a1a0754b1ed532fcd010b45a9..6b6bf743252f93347bc7f4075a97c0f9abbee402 100644 (file)
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
+#if defined(WIN32)
+#include <winsock2.h>
+#endif
+
 #include <stdio.h>
 #include <errno.h>
 #include <rpc/rpc.h>
@@ -190,3 +194,6 @@ int mountstat3_to_errno(int st)
        }
        return -ERANGE;
 }
+
+
+