+2006-01-20 Simon Josefsson <jas@extundo.com>
+
+ * modules/inet_ntop (Depends-on): Depend on sys_socket.
+
2006-01-19 Simon Josefsson <jas@extundo.com>
* gnulib-tool: Set check_PROGRAMS.
+2006-01-20 Simon Josefsson <jas@extundo.com>
+
+ * inet_ntop.h: Unconditionally include sys/socket.h.
+
2006-01-19 Simon Josefsson <jas@extundo.com>
* socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
/* Convert internet address from internal to printable, presentable format.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <sys/types.h>
-#ifdef HAVE_SYS_SOCKET_H
-# include <sys/socket.h>
-#endif
+#include <sys/socket.h>
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif