diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-03 07:30:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-03 07:30:17 +0000 |
commit | b5e935ae855757d6f0b51b28b0bbc48a4c996f69 (patch) | |
tree | 6a418160cb3c4081c7088a6ee8e092e7a410d7ac /sim/v850/simops.c | |
parent | fdd64f952debd1000ed87f077f0fea0ea1fb63dd (diff) | |
download | gdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.zip gdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.tar.gz gdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.tar.bz2 |
Pacify gcc-current -Wall.
Diffstat (limited to 'sim/v850/simops.c')
-rw-r--r-- | sim/v850/simops.c | 4 |
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" |