Fixes for sys/stat.h on Windows.
[yaz-moved-to-github.git] / src / tpath.c
index 3599ddc..d4e8cbe 100644 (file)
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif
+#if WIN32
+#include <sys/stat.h>
+#endif
+
 #if HAVE_UNISTD_H
 #include <unistd.h>
 #endif