aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/simops.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-03 07:30:17 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-03 07:30:17 +0000
commitb5e935ae855757d6f0b51b28b0bbc48a4c996f69 (patch)
tree6a418160cb3c4081c7088a6ee8e092e7a410d7ac /sim/v850/simops.c
parentfdd64f952debd1000ed87f077f0fea0ea1fb63dd (diff)
downloadfsf-binutils-gdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.zip
fsf-binutils-gdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.tar.gz
fsf-binutils-gdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.tar.bz2
Pacify gcc-current -Wall.
Diffstat (limited to 'sim/v850/simops.c')
-rw-r--r--sim/v850/simops.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/v850/simops.c b/sim/v850/simops.c
index fe1ed8f..29149c6 100644
--- a/sim/v850/simops.c
+++ b/sim/v850/simops.c
@@ -7,6 +7,10 @@
#include <utime.h>
#endif
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+
/* FIXME - should be including a version of syscall.h that does not
pollute the name space */
#include "../../libgloss/v850/sys/syscall.h"