Stoned Elipot's patch for the in_addr_t test
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Jan 2002 07:53:09 +0000 (07:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Jan 2002 07:53:09 +0000 (07:53 +0000)
acinclude.m4

index 2cf1344..e4a3791 100644 (file)
@@ -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>])
 ])