From: Gavin Romig-Koch Date: Thu, 31 Oct 1996 19:58:14 +0000 (+0000) Subject: Fix linux build problem. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fc45edb6c0136e5a2e775ae78b33bac1d7e6661;p=binutils-gdb.git Fix linux build problem. --- diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index da0ab644535..f62632e8bd5 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 31 14:44:10 1996 Gavin Koch + + * simops.c: Include for struct timeval and + struct timezone. + Wed Oct 30 08:49:10 1996 Jeffrey A Law (law@cygnus.com) * simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday. diff --git a/sim/v850/simops.c b/sim/v850/simops.c index c932849fa0e..2ceb5661e46 100644 --- a/sim/v850/simops.c +++ b/sim/v850/simops.c @@ -6,6 +6,7 @@ #include #include #include +#include enum op_types { OP_UNKNOWN,