mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 10:28:59 +08:00
* ser-base.c: Include "ser-base.h" instead of "ser-unix.h".
This commit is contained in:
@ -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