mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Fix linux build problem.
This commit is contained in:
@ -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)
|
Wed Oct 30 08:49:10 1996 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday.
|
* simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday.
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/times.h>
|
#include <sys/times.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
|
||||||
enum op_types {
|
enum op_types {
|
||||||
OP_UNKNOWN,
|
OP_UNKNOWN,
|
||||||
|
Reference in New Issue
Block a user