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:
parent
8c0b1dc3c5
commit
6014c21bc9
@ -31,6 +31,9 @@
|
|||||||
#ifdef HAVE_STDLIB_H
|
#ifdef HAVE_STDLIB_H
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_ARPA_INET_H
|
||||||
|
#include <arpa/inet.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "urldata.h"
|
#include "urldata.h"
|
||||||
#include "sendf.h"
|
#include "sendf.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user