* ser-base.c: Include "gdb_string.h".

* Makefile.in (ser-base.o): Update dependencies.
This commit is contained in:
Mark Kettenis 2005-04-21 21:23:25 +00:00
parent d8cbebfd34
commit 401e7faf6a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-04-21 Mark Kettenis <kettenis@gnu.org>
* ser-base.c: Include "gdb_string.h".
* Makefile.in (ser-base.o): Update dependencies.
2005-04-20 David S. Miller <davem@davemloft.net>
* sparc-linux-tdep.c (sparc32_linux_sigtramp_p): Fix

View File

@ -28,6 +28,8 @@
#include <winsock2.h>
#endif
#include "gdb_string.h"
static timer_handler_func push_event;
static handler_func fd_event;