]> granicus.if.org Git - curl/commitdiff
build fix for Interix
authorDaniel Stenberg <daniel@haxx.se>
Sat, 4 Mar 2006 22:39:31 +0000 (22:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 4 Mar 2006 22:39:31 +0000 (22:39 +0000)
CHANGES
RELEASE-NOTES
lib/if2ip.h

diff --git a/CHANGES b/CHANGES
index 37952c8d8c6e9533702013c8d73e1479bebf7593..9f6e54a8b79c28aaa6d3635e7f599b1deb58e71a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
 
                                   Changelog
 
+Daniel (4 March 2006)
+- Thomas Klausner provided a patch written by Todd Vierling in bug report
+  #1442471 that fixes a build problem on Interix.
+
 Daniel (2 March 2006)
 - FTP upload without a file name part in the URL now causes
   curl_easy_perform() to return CURLE_URL_MALFORMAT. Previously it allowed the
index 0110cd571beb1888e13e47c2af4d4b0da462715d..a464efb42a71fe8dd09488db9bdcb89aada13606 100644 (file)
@@ -15,6 +15,7 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
+ o Interix build fix
  o fixed "hang" when out of file handles at start
 
 Other curl-related news since the previous public release:
@@ -24,6 +25,6 @@ Other curl-related news since the previous public release:
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
- Gisle Vanem, Dan Fandrich
+ Gisle Vanem, Dan Fandrich, Thomas Klausner, Todd Vierling
 
         Thanks! (and sorry if I forgot to mention someone)
index 4364b09d1ca18dd9c3ce8b2cb567020e29077d02..4e86e2b27d496b1e90a25ba2139b5a00b91bbd05 100644 (file)
@@ -27,6 +27,8 @@
 extern char *Curl_if2ip(const char *interf, char *buf, int buf_size);
 
 #ifdef __INTERIX
+#include <sys/socket.h>
+
 /* Nedelcho Stanev's work-around for SFU 3.0 */
 struct ifreq {
 #define IFNAMSIZ 16