WIN32 fixes
[deb_libnfs.git] / examples / nfs-cp.c
index eeea40423790d2b5b2ace872e76545f583db45b7..3d25189ca57b263718e60bd4c9af2557f17dfef7 100644 (file)
@@ -29,6 +29,8 @@
 
 #ifdef WIN32
 #include "win32_compat.h"
+#pragma comment(lib, "ws2_32.lib")
+WSADATA wsaData;
 #else
 #include <sys/stat.h>
 #include <string.h>