1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Include network byte order conversion macros on Minix.

This commit is contained in:
Dan Fandrich 2007-02-20 17:31:20 +00:00
parent 8c0b1dc3c5
commit 6014c21bc9

View 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"