diff options
Diffstat (limited to 'gdb/ser-tcp.c')
-rw-r--r-- | gdb/ser-tcp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c index 1fb0db4..23153a9 100644 --- a/gdb/ser-tcp.c +++ b/gdb/ser-tcp.c @@ -25,7 +25,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <arpa/inet.h> #include <netdb.h> #include <sys/socket.h> + +#ifndef __CYGWIN32__ #include <netinet/tcp.h> +#endif + #include "signals.h" #include "gdb_string.h" |