X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-private.h;h=79ac411339668ffcb4e79d3edd00c95ed2b4f54c;hb=c022471e52d3ea679139cdf026dcde179c8de23c;hp=f995a7ef94a5466e1024b157563763fcc1f6e4ca;hpb=0f9fe7c64ddaaa29233b123c07c1e1c4ed1bf71d;p=deb_libnfs.git diff --git a/include/libnfs-private.h b/include/libnfs-private.h index f995a7e..79ac411 100644 --- a/include/libnfs-private.h +++ b/include/libnfs-private.h @@ -18,11 +18,14 @@ #include "config.h" /* HAVE_SOCKADDR_STORAGE ? */ #endif +#ifndef WIN32 #include /* struct sockaddr_storage */ +#endif #include "libnfs-zdr.h" -#ifndef HAVE_SOCKADDR_STORAGE + +#if !defined(HAVE_SOCKADDR_STORAGE) && !defined(WIN32) /* * RFC 2553: protocol-independent placeholder for socket addresses */