* sparcl-tdep.c: UDP download works in cygwin

This commit is contained in:
DJ Delorie 1999-02-09 20:05:42 +00:00
parent 6938573fac
commit 9cc267def9
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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>