Fixes for sys/stat.h on Windows.
[yaz-moved-to-github.git] / src / daemon.c
index f0ccd3e..c4746ca 100644 (file)
 #include <sys/types.h>
 #endif
 
-#if HAVE_SYS_STAT_H
-#include <sys/stat.h>
-#endif
-
 #include <fcntl.h>
 
 #if HAVE_PWD_H