Imported Upstream version 1.2.0
[deb_libnfs.git] / nfs / nfsacl.c
index 797745c1f514b5a7e33964700df1d5359d723293..e48db02fc7f601edf4371347c02026a6a1461cf1 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*/
 
 #include <stdio.h>
 #include <errno.h>
-#include <sys/stat.h>
 #include <string.h>
 #include <rpc/rpc.h>
 #include <rpc/xdr.h>