aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-24 14:44:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-24 14:44:05 +0000
commit29bcba9a9075265cefd967a1dfdbac50a6958245 (patch)
treeb2cd905025b1bedd040cabb78dcb8053314e399d /lib/if2ip.c
parent1716dbb68af66806ef0dbf009c4393abbde91fdb (diff)
Ingo Ralf Blum's cygwin fixes
Diffstat (limited to 'lib/if2ip.c')
-rw-r--r--lib/if2ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c
index dc3138a01..87ead2b9e 100644
--- a/lib/if2ip.c
+++ b/lib/if2ip.c
@@ -32,7 +32,7 @@
#include <unistd.h>
#endif
-#if ! defined(WIN32) && ! defined(__BEOS__)
+#if ! defined(WIN32) && ! defined(__BEOS__) && !defined(__CYGWIN32__)
#ifdef NEED_REENTRANT
#define _REENTRANT