]> granicus.if.org Git - curl/commitdiff
Include network byte order conversion macros on Minix.
authorDan Fandrich <dan@coneharvesters.com>
Tue, 20 Feb 2007 17:31:20 +0000 (17:31 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 20 Feb 2007 17:31:20 +0000 (17:31 +0000)
lib/socks.c

index cd40d37e9058457043cf2392efb1df8756658929..f6885b81de78552c160155ebfb446ddbd3664c90 100644 (file)
@@ -31,6 +31,9 @@
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
+#ifdef HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
 
 #include "urldata.h"
 #include "sendf.h"