forked from Imagelibrary/binutils-gdb
remove dupliate include
This commit is contained in:
@@ -37,7 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include "ldctor.h"
|
||||
#include "lderror.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
/* Somewhere above, sys/stat.h got included . . . . */
|
||||
#if !defined(S_ISDIR) && defined(S_IFDIR)
|
||||
#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user