]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 94ae90f2f15f82179e1e1fa8b2590243da68d587..7cd2c181185aa18937dec565f5b3ba76c3caad21 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 8897d23bdd402210fc7b80736609e4ed69781f85..2b56e8ed116bc962ca311ca18aec3e2c4c9f9288 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