We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd133d4 commit 3e9d343Copy full SHA for 3e9d343
Include/fileutils.h
@@ -7,8 +7,6 @@
7
8
#ifdef HAVE_SYS_STAT_H
9
# include <sys/stat.h> // S_ISREG()
10
-#elif defined(HAVE_STAT_H)
11
-# include <stat.h> // S_ISREG()
12
#endif
13
14
#ifndef S_IFMT
0 commit comments