* ser-base.c (<sys/time.h>): Include.
authorMark Mitchell <mark@codesourcery.com>
Fri, 22 Apr 2005 20:32:01 +0000 (20:32 +0000)
committerMark Mitchell <mark@codesourcery.com>
Fri, 22 Apr 2005 20:32:01 +0000 (20:32 +0000)
gdb/ChangeLog
gdb/ser-base.c

index 94ae90f..7cd2c18 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-22  Mark Mitchell  <mark@codesourcery.com>
+
+       * ser-base.c (<sys/time.h>): Include.
+
 2005-04-22  Mark Kettenis  <kettenis@gnu.org>
 
        * ppcobsd-tdep.c (ppcobsd_init_abi): Set return_value.
index 8897d23..2b56e8e 100644 (file)
@@ -24,6 +24,7 @@
 #include "serial.h"
 #include "ser-unix.h"
 #include "event-loop.h"
+#include <sys/time.h>
 #ifdef USE_WIN32API
 #include <winsock2.h>
 #endif