Skip to content
Snippets Groups Projects
Commit d2203896 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Stoned Elipot's patch for the in_addr_t test

parent a1f910c1
No related branches found
No related tags found
No related merge requests found
......@@ -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>])
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment