summaryrefslogtreecommitdiff
path: root/gdb/ser-tcp.c
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@redback.com>2001-02-06 04:17:03 +0000
committerJ.T. Conklin <jtc@redback.com>2001-02-06 04:17:03 +0000
commit1af67dbf314cd2b39defe6b7fa50e57eb6f249eb (patch)
tree8e56e78f78ffa5a6cd7a8390aed0761d32f0756a /gdb/ser-tcp.c
parent0e349f56cf38061b0df70771d23cb1b526eb49c0 (diff)
downloadgdb-1af67dbf314cd2b39defe6b7fa50e57eb6f249eb.tar.gz
* signals.h: Removed.
* event-top.c (#include <signal.h>): Changed from signals.h. * inflow.c: Likewise. * mac-xdep.c: Likewise. * ser-pipe.c: Likewise. * ser-tcp.c: Likewise. * standalone.c: Likewise. * top.c: Likewise. * utils.c: Likewise. * Makefile.in: Removed signals.h from dependencies.
Diffstat (limited to 'gdb/ser-tcp.c')
-rw-r--r--gdb/ser-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c
index 86baf349108..06635ee8403 100644
--- a/gdb/ser-tcp.c
+++ b/gdb/ser-tcp.c
@@ -32,7 +32,7 @@
#include <netinet/tcp.h>
#endif
-#include "signals.h"
+#include <signal.h>
#include "gdb_string.h"
static int tcp_open (serial_t scb, const char *name);