Fix linux build problem.

This commit is contained in:
Gavin Romig-Koch 1996-10-31 19:58:14 +00:00
parent 2b5c4499c2
commit 7fc45edb6c
2 changed files with 6 additions and 0 deletions

View 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.

View 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,