]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/cris/traps.c
sim: assume sys/stat.h always exists (via gnulib)
[thirdparty/binutils-gdb.git] / sim / cris / traps.c
index f5f169f1c81f4cfade94094820d50520ba615fa4..29b1b7cfdb382cee119b10307f8808b80b8c1b49 100644 (file)
@@ -39,9 +39,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
 #endif
-#ifdef HAVE_SYS_STAT_H
 #include <sys/stat.h>
-#endif
 /* For PATH_MAX, originally. */
 #ifdef HAVE_LIMITS_H
 #include <limits.h>