diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-01-14 07:53:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-14 07:53:09 +0000 |
commit | d2203896476b61af0c2cb0f49b96c0a636fa9e42 (patch) | |
tree | 7176273098493dd78afdb67a5bb759f1262ae1d8 | |
parent | a1f910c159e58248f7161828313c0f3d38227f42 (diff) |
Stoned Elipot's patch for the in_addr_t test
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 2cf134418..e4a37913e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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>]) ]) |