mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* sparcl-tdep.c: UDP download works in cygwin
This commit is contained in:
parent
6938573fac
commit
9cc267def9
@ -1,3 +1,7 @@
|
||||
1999-02-09 DJ Delorie <dj@cygnus.com>
|
||||
|
||||
* sparcl-tdep.c: UDP download works in cygwin
|
||||
|
||||
1999-02-08 Jason Molenda (jsm@bugshack.cygnus.com)
|
||||
|
||||
* gnu-regex.c: Check ENABLE_NLS instead of HAVE_LIBINTL_H.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user