X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfs-cp.c;h=3d25189ca57b263718e60bd4c9af2557f17dfef7;hb=b4598f416f1d001d66badd0dc176cfef35b8fedf;hp=eeea40423790d2b5b2ace872e76545f583db45b7;hpb=3d574b1eab581b59afce94a85853ec47e7ef404e;p=deb_libnfs.git diff --git a/examples/nfs-cp.c b/examples/nfs-cp.c index eeea404..3d25189 100644 --- a/examples/nfs-cp.c +++ b/examples/nfs-cp.c @@ -29,6 +29,8 @@ #ifdef WIN32 #include "win32_compat.h" +#pragma comment(lib, "ws2_32.lib") +WSADATA wsaData; #else #include #include