X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fpdu.c;h=d7426ced53c82a50748b243d130b09ad2c1dab06;hb=a8a1b85846aab042cd410bf59caf617a0951380e;hp=64a4af8e2eb68562d964096f8b8be194f9236cd9;hpb=4b1097cde2eca9366c833805a529c23f7a7b02d6;p=deb_libnfs.git diff --git a/lib/pdu.c b/lib/pdu.c index 64a4af8..d7426ce 100644 --- a/lib/pdu.c +++ b/lib/pdu.c @@ -14,13 +14,14 @@ You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ - -#if defined(WIN32) -#include +#ifdef WIN32 +#include "win32_compat.h" +#ifndef MSG_DONTWAIT #define MSG_DONTWAIT 0 +#endif #else #include -#endif +#endif/*WIN32*/ #include #include