diff options
author | Gavin Romig-Koch <gavin@redhat.com> | 1996-10-31 19:58:14 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@redhat.com> | 1996-10-31 19:58:14 +0000 |
commit | 7fc45edb6c0136e5a2e775ae78b33bac1d7e6661 (patch) | |
tree | 68587f74f05bfd89b6e6073ea46aca0cddd06e53 /sim/v850/simops.c | |
parent | 2b5c4499c231c155c13795d015ed40416ed3e8a2 (diff) | |
download | gdb-7fc45edb6c0136e5a2e775ae78b33bac1d7e6661.zip gdb-7fc45edb6c0136e5a2e775ae78b33bac1d7e6661.tar.gz gdb-7fc45edb6c0136e5a2e775ae78b33bac1d7e6661.tar.bz2 |
Fix linux build problem.
Diffstat (limited to 'sim/v850/simops.c')
-rw-r--r-- | sim/v850/simops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/v850/simops.c b/sim/v850/simops.c index c932849..2ceb566 100644 --- a/sim/v850/simops.c +++ b/sim/v850/simops.c @@ -6,6 +6,7 @@ #include <errno.h> #include <sys/stat.h> #include <sys/times.h> +#include <sys/time.h> enum op_types { OP_UNKNOWN, |