Skip to content

Commit 3e9d343

Browse files
committed
Remove HAVE_STAT_H conditional, nothing sets, if a pltform needs better to just patch sys/stat.h include
1 parent fd133d4 commit 3e9d343

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/fileutils.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
#ifdef HAVE_SYS_STAT_H
99
# include <sys/stat.h> // S_ISREG()
10-
#elif defined(HAVE_STAT_H)
11-
# include <stat.h> // S_ISREG()
1210
#endif
1311

1412
#ifndef S_IFMT

0 commit comments

Comments
 (0)