diff options
author | DJ Delorie <dj@redhat.com> | 1999-02-09 20:05:42 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 1999-02-09 20:05:42 +0000 |
commit | 9cc267def9e837fab522ded63288ec777a7f98a3 (patch) | |
tree | 109367b64363c47ed70daa8aadd0d2b606f59935 /gdb/sparcl-tdep.c | |
parent | 6938573fac9f0286bcff18b39ab43aaec15402c6 (diff) | |
download | gdb-9cc267def9e837fab522ded63288ec777a7f98a3.zip gdb-9cc267def9e837fab522ded63288ec777a7f98a3.tar.gz gdb-9cc267def9e837fab522ded63288ec777a7f98a3.tar.bz2 |
* sparcl-tdep.c: UDP download works in cygwin
Diffstat (limited to 'gdb/sparcl-tdep.c')
-rw-r--r-- | gdb/sparcl-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparcl-tdep.c b/gdb/sparcl-tdep.c index 7e8082f..e39bf30 100644 --- a/gdb/sparcl-tdep.c +++ b/gdb/sparcl-tdep.c @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "serial.h" #include <sys/types.h> -#if !defined(__GO32__) && !defined(_WIN32) +#if (!defined(__GO32__) && !defined(_WIN32)) || defined(__CYGWIN32__) #define HAVE_SOCKETS #include <sys/time.h> #include <unistd.h> |