diff options
Diffstat (limited to 'gdb/remote-vx.c')
-rw-r--r-- | gdb/remote-vx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c index 74a2e9f..8ece43c 100644 --- a/gdb/remote-vx.c +++ b/gdb/remote-vx.c @@ -33,7 +33,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <signal.h> #include <fcntl.h> #include <sys/types.h> -#include <sys/time.h> #include <sys/socket.h> #define malloc bogon_malloc /* Sun claims "char *malloc()" not void * */ #define free bogon_free /* Sun claims "int free()" not void */ |