X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfs-cp.c;h=3d25189ca57b263718e60bd4c9af2557f17dfef7;hb=67a9f57e67c3b2c147969c752532fd55eb99259c;hp=eeea40423790d2b5b2ace872e76545f583db45b7;hpb=e083c2a0900ae13191b62a30db34fc5b57ce621b;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