[win32] - make it compile on win32
[deb_libnfs.git] / nfs / nfsacl.c
index 01e26c302d1a0f2d386c02fd28eced2dc63b26ea..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>
@@ -21,7 +26,6 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include <sys/stat.h>
 #include <string.h>
 #include <rpc/rpc.h>
 #include <rpc/xdr.h>