Fix linux build problem.
This commit is contained in:
parent
2b5c4499c2
commit
7fc45edb6c
@ -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.
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/times.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
enum op_types {
|
||||
OP_UNKNOWN,
|
||||
|
Loading…
Reference in New Issue
Block a user