X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fpdu.c;h=6cb85ae8028e436e1eed5dda5f3ff89586dfdf79;hb=6874f61e24438ca6f4c54319ed52306bd5d349f9;hp=d6e823201e99393efa9d1bd3df0988da44c27ef2;hpb=fb6510bb6868d693ac88c76cdd745dca0894c618;p=deb_libnfs.git diff --git a/lib/pdu.c b/lib/pdu.c index d6e8232..6cb85ae 100644 --- a/lib/pdu.c +++ b/lib/pdu.c @@ -15,8 +15,14 @@ along with this program; if not, see . */ -#include +#if defined(WIN32) +#include +#define MSG_DONTWAIT 0 +#else #include +#endif + +#include #include #include #include