diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-05-16 19:51:09 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-05-16 19:51:09 +0000 |
commit | 2f53fe6c16e478e97398d0fad47662425b00cce3 (patch) | |
tree | d70f7b290dab497b4c2dac8198aa7118f06c79e0 /gdb/ser-tcp.c | |
parent | 7c8bf1e82ad18bb81962d785836c5a40243b7633 (diff) | |
download | gdb-2f53fe6c16e478e97398d0fad47662425b00cce3.zip gdb-2f53fe6c16e478e97398d0fad47662425b00cce3.tar.gz gdb-2f53fe6c16e478e97398d0fad47662425b00cce3.tar.bz2 |
2002-05-16 Daniel Jacobowitz <drow@mvista.com>
Fix PR gdb/546
* ser-tcp.c: Don't include <netinet/udp.h>.
Diffstat (limited to 'gdb/ser-tcp.c')
-rw-r--r-- | gdb/ser-tcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c index cef6269..c6ae19d 100644 --- a/gdb/ser-tcp.c +++ b/gdb/ser-tcp.c @@ -38,7 +38,6 @@ #include <netdb.h> #include <sys/socket.h> #include <netinet/tcp.h> -#include <netinet/udp.h> #include <signal.h> #include "gdb_string.h" |