* ser-base.c (<sys/time.h>): Include.

This commit is contained in:
Mark Mitchell 2005-04-22 20:32:01 +00:00
parent a86c5ab248
commit 248697b2a7
2 changed files with 5 additions and 0 deletions

View 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.

View 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