* ser-base.c: Include "ser-base.h" instead of "ser-unix.h".
This commit is contained in:
parent
248697b2a7
commit
a07ff70c94
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-04-22 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* ser-base.c: Include "ser-base.h" instead of "ser-unix.h".
|
||||||
|
|
||||||
2005-04-22 Mark Mitchell <mark@codesourcery.com>
|
2005-04-22 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
* ser-base.c (<sys/time.h>): Include.
|
* ser-base.c (<sys/time.h>): Include.
|
||||||
|
|
|
@ -22,14 +22,15 @@
|
||||||
|
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
#include "serial.h"
|
#include "serial.h"
|
||||||
#include "ser-unix.h"
|
#include "ser-base.h"
|
||||||
#include "event-loop.h"
|
#include "event-loop.h"
|
||||||
|
|
||||||
|
#include "gdb_string.h"
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#ifdef USE_WIN32API
|
#ifdef USE_WIN32API
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gdb_string.h"
|
|
||||||
|
|
||||||
static timer_handler_func push_event;
|
static timer_handler_func push_event;
|
||||||
static handler_func fd_event;
|
static handler_func fd_event;
|
||||||
|
|
Loading…
Reference in a new issue