X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fpdu.c;h=135efcbf9983322d9b082071a90e31b282643ee0;hb=4ed97718b3699a76047741b9c21df7357d8fe513;hp=23698a863da01bc26fca68c1bff719f6ee20f557;hpb=42f43e48cca9eb9defb671b9d47c5a8ffb5112f0;p=deb_libnfs.git diff --git a/lib/pdu.c b/lib/pdu.c index 23698a8..135efcb 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