forked from Imagelibrary/binutils-gdb
* ser-base.c: Include "ser-base.h" instead of "ser-unix.h".
This commit is contained in:
@@ -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>
|
||||
|
||||
* ser-base.c (<sys/time.h>): Include.
|
||||
|
||||
@@ -22,14 +22,15 @@
|
||||
|
||||
#include "defs.h"
|
||||
#include "serial.h"
|
||||
#include "ser-unix.h"
|
||||
#include "ser-base.h"
|
||||
#include "event-loop.h"
|
||||
|
||||
#include "gdb_string.h"
|
||||
#include <sys/time.h>
|
||||
#ifdef USE_WIN32API
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#include "gdb_string.h"
|
||||
|
||||
static timer_handler_func push_event;
|
||||
static handler_func fd_event;
|
||||
|
||||
Reference in New Issue
Block a user