mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:47:16 +03:00
Stoned Elipot's patch for the in_addr_t test
This commit is contained in:
parent
a1f910c159
commit
d220389647
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ AC_DEFUN([TYPE_IN_ADDR_T],
|
|||
AC_DEFINE_UNQUOTED(in_addr_t, $curl_cv_in_addr_t_equiv,
|
||||
[type to use in place of in_addr_t if not defined])],
|
||||
[#include <sys/types.h>
|
||||
#include <sys/socket.h>,
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>])
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue