[add] - implement set_non_blocking for socket
[deb_libnfs.git] / nfs / nfsacl.c
index 797745c1f514b5a7e33964700df1d5359d723293..ba1ca12376fc0656b28df3166113fcbb74df5114 100644 (file)
    You should have received a copy of the GNU Lesser General Public License
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
+#ifdef WIN32
+#include "win32_compat.h"
+#else
+#include <sys/stat.h>
+#endif/*WIN32*/
+
+#if defined(WIN32)
+#include <winsock2.h>
+#endif
 
 #include <stdio.h>
 #include <errno.h>
-#include <sys/stat.h>
 #include <string.h>
 #include <rpc/rpc.h>
 #include <rpc/xdr.h>