mirror of
https://github.com/curl/curl.git
synced 2025-03-19 15:40:42 +08:00
Include network byte order conversion macros on Minix.
This commit is contained in:
parent
8c0b1dc3c5
commit
6014c21bc9
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user