diff options
Diffstat (limited to 'gdb/ser-tcp.c')
-rw-r--r-- | gdb/ser-tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c index 7f6b65a..d7eb9cb 100644 --- a/gdb/ser-tcp.c +++ b/gdb/ser-tcp.c @@ -29,7 +29,7 @@ #include <arpa/inet.h> #include <netdb.h> #include <sys/socket.h> -#ifndef __CYGWIN32__ +#ifndef __CYGWIN__ #include <netinet/tcp.h> #endif |