Fix linux build problem.
authorGavin Romig-Koch <gavin@redhat.com>
Thu, 31 Oct 1996 19:58:14 +0000 (19:58 +0000)
committerGavin Romig-Koch <gavin@redhat.com>
Thu, 31 Oct 1996 19:58:14 +0000 (19:58 +0000)
sim/v850/ChangeLog
sim/v850/simops.c

index da0ab64..f62632e 100644 (file)
@@ -1,3 +1,8 @@
+Thu Oct 31 14:44:10 1996  Gavin Koch  <gavin@cygnus.com>
+        
+        * simops.c: Include <sys/time.h> 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.
index c932849..2ceb566 100644 (file)
@@ -6,6 +6,7 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/times.h>
+#include <sys/time.h>
 
 enum op_types {
   OP_UNKNOWN,