mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:27:16 +03:00
Include network byte order conversion macros on Minix.
This commit is contained in:
parent
8c0b1dc3c5
commit
6014c21bc9
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue