Index: lib/getaddrinfo.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/getaddrinfo.h,v retrieving revision 1.1 diff -u -r1.1 getaddrinfo.h --- lib/getaddrinfo.h 10 Nov 2004 14:53:00 -0000 1.1 +++ lib/getaddrinfo.h 1 Apr 2005 22:56:09 -0000 @@ -19,15 +19,15 @@ #ifndef GETADDRINFO_H # define GETADDRINFO_H +/* Get socklen_t, struct sockaddr. */ +# include + /* Get getaddrinfo declarations, if available. */ # include # include # if defined HAVE_GETADDRINFO && !HAVE_GETADDRINFO -/* Get socklen_t, struct sockaddr. */ -# include - /* Structure to contain information about address of a service provider. */ struct addrinfo {