Win32 changes, include files we need when compiling under win32
[deb_libnfs.git] / mount / mount.c
index 525c8526a5fd12e94e80da5d463c9b2e88105570..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>